X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=lexer.h;h=919dbec1d10078a7c2a449701e34251cc42ad5fe;hb=c1734d1b27228941bc16a9e23a5966cf4ab81e0a;hp=3be4c6ed9ff103dc8ab3bedf766341c1157df672;hpb=38a664ed7278182abee133cb477d6e594491c835;p=xonotic%2Fgmqcc.git diff --git a/lexer.h b/lexer.h index 3be4c6e..919dbec 100644 --- a/lexer.h +++ b/lexer.h @@ -25,8 +25,6 @@ typedef struct token_s token; -#include "ast.h" - struct token_s { int ttype; @@ -111,7 +109,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;