From: Wolfgang Bumiller Date: Wed, 2 Jan 2013 14:03:20 +0000 (+0100) Subject: lex.peek char->int X-Git-Tag: before-library~392 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=359ba5f728af7498fb7c6952edd75ef62534bd8f lex.peek char->int --- diff --git a/lexer.h b/lexer.h index 3be4c6e..82aa046 100644 --- a/lexer.h +++ b/lexer.h @@ -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;