]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Major cleanup of platform/fs stuff
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 07fa5d7480a8ad67edb9654187c2384d4adfff92..2d5ec0d5c6c5a7390b21f241c4b17c3e3caeeb71 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -107,7 +107,7 @@ typedef struct {
 } frame_macro;
 
 typedef struct lex_file_s {
-    fs_file_t  *file;
+    FILE  *file;
     const char *open_string;
     size_t      open_string_length;
     size_t      open_string_pos;