diff options
Diffstat (limited to 'src/ascii.h')
-rw-r--r-- | src/ascii.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ascii.h b/src/ascii.h index cf488c56a7..e63bdb2fde 100644 --- a/src/ascii.h +++ b/src/ascii.h @@ -22,7 +22,6 @@ #define CharOrdUp(x) ((x) - 'A') #define ROT13(c, a) (((((c) - (a)) + 13) % 26) + (a)) -#define NUL '\000' #define BELL '\007' #define BS '\010' #define TAB '\011' |