lex.peek char->int

This commit is contained in:
Wolfgang Bumiller 2013-01-02 15:03:20 +01:00
parent 8331a2982d
commit 359ba5f728

View file

@ -111,7 +111,7 @@ typedef struct {
size_t line;
size_t sline; /* line at the start of a token */
char peek[256];
int peek[256];
size_t peekpos;
bool eof;