mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-30 15:41:12 +00:00
lex.peek char->int
This commit is contained in:
parent
8331a2982d
commit
359ba5f728
1 changed files with 1 additions and 1 deletions
2
lexer.h
2
lexer.h
|
@ -111,7 +111,7 @@ typedef struct {
|
||||||
size_t line;
|
size_t line;
|
||||||
size_t sline; /* line at the start of a token */
|
size_t sline; /* line at the start of a token */
|
||||||
|
|
||||||
char peek[256];
|
int peek[256];
|
||||||
size_t peekpos;
|
size_t peekpos;
|
||||||
|
|
||||||
bool eof;
|
bool eof;
|
||||||
|
|
Loading…
Reference in a new issue