- Fixed: The sc_man scanner must use an unsigned character type, or it won't properly recognize any unquoted characters with the eighth bit set.

SVN r4179 (trunk)
This commit is contained in:
Randy Heit 2013-03-13 03:59:57 +00:00
parent e240d24abe
commit fb2f201c8b

View file

@ -1,4 +1,4 @@
#define YYCTYPE char
#define YYCTYPE unsigned char
#define YYCURSOR cursor
#define YYLIMIT limit
#define YYMARKER marker