X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=f51d56e9073840d021e09f66e6ce03a68c16a54c;hp=5f0bb6375c25563d8593c7b4e524463fe9575a38;hb=684112474b4ff1eee2dde4aa3f84c8b6c52c612f;hpb=2923b718e16d7c82b9cd3244d77bb8c701fd5b53 diff --git a/lexer.h b/lexer.h index 5f0bb63..f51d56e 100644 --- a/lexer.h +++ b/lexer.h @@ -22,7 +22,6 @@ */ #ifndef GMQCC_LEXER_HDR #define GMQCC_LEXER_HDR - typedef struct token_s token; struct token_s { @@ -114,6 +113,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;