mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +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 YYLIMIT limit
|
||||
#define YYMARKER marker
|
||||
|
|
Loading…
Reference in a new issue