diff options
Diffstat (limited to 'src/d_define.h')
-rw-r--r-- | src/d_define.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/d_define.h b/src/d_define.h index ef980c6..5c10526 100644 --- a/src/d_define.h +++ b/src/d_define.h @@ -68,8 +68,9 @@ #define C_SQUOTE 0x27 #define C_DQUOTE 0x22 -#define C_BS 0x5c -#define C_NULL 0x00 +#define C_BACKS 0x5c +#define C_NUL 0x00 +#define C_SUB 0x1a /* ** ====== FILES ====== |