mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-07 15:31:02 +00:00
- 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:
parent
e240d24abe
commit
fb2f201c8b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#define YYCTYPE char
|
#define YYCTYPE unsigned char
|
||||||
#define YYCURSOR cursor
|
#define YYCURSOR cursor
|
||||||
#define YYLIMIT limit
|
#define YYLIMIT limit
|
||||||
#define YYMARKER marker
|
#define YYMARKER marker
|
||||||
|
|
Loading…
Reference in a new issue