X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=cde0863e80877952a7dd8f518bed167ed0355780;hp=5f0bb6375c25563d8593c7b4e524463fe9575a38;hb=0b6269f60712cb727956ad1be1114e7208a829a4;hpb=a76702cb3631410194bf1e880c025e1255b81fa4 diff --git a/lexer.h b/lexer.h index 5f0bb63..cde0863 100644 --- a/lexer.h +++ b/lexer.h @@ -114,6 +114,7 @@ typedef struct lex_file_s { char *name; size_t line; size_t sline; /* line at the start of a token */ + size_t column; int peek[256]; size_t peekpos;