]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Fix con_vprintmsg madness
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index b8e2e01f8449c1654ae298ffcff3181f6d58d5cb..561148ca0a18db5a590b6aefcc9297194dba0bd6 100644 (file)
--- 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);