X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=lexer.h;h=561148ca0a18db5a590b6aefcc9297194dba0bd6;hb=3391874ebf2c34bba33df1d8ac18eb5a78ef2a21;hp=b8e2e01f8449c1654ae298ffcff3181f6d58d5cb;hpb=053d8fb0e20044eb0a3756102d3ad5372d9b52e2;p=xonotic%2Fgmqcc.git diff --git a/lexer.h b/lexer.h index b8e2e01..561148c 100644 --- a/lexer.h +++ b/lexer.h @@ -125,6 +125,8 @@ typedef struct { int framevalue; frame_macro *frames; char *modelname; + + size_t push_line; } lex_file; lex_file* lex_open (const char *file);