diff options
Diffstat (limited to 'bin/csh/char.h')
-rw-r--r-- | bin/csh/char.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/csh/char.h b/bin/csh/char.h index 297a6ee8e1e2..475436879180 100644 --- a/bin/csh/char.h +++ b/bin/csh/char.h @@ -42,7 +42,7 @@ extern unsigned char _cmap_lower[], _cmap_upper[]; #endif -#define _Q 0x0001 /* '" */ +#define _Q2 0x0001 /* '" */ #define _Q1 0x0002 /* ` */ #define _SP 0x0004 /* space and tab */ #define _NL 0x0008 /* \n */ |