]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
moving -Olocal-temps to -O4 until the issues are solved
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 919dbec1d10078a7c2a449701e34251cc42ad5fe..5d7b7f611bd0ef8166ed8e70ad432c7173ea6e3b 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -99,7 +99,7 @@ typedef struct {
     int   value;
 } frame_macro;
 
     int   value;
 } frame_macro;
 
-typedef struct {
+typedef struct lex_file_s {
     FILE   *file;
     const char *open_string;
     size_t      open_string_length;
     FILE   *file;
     const char *open_string;
     size_t      open_string_length;