]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
More cleanups
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index 24e29ddee4080659be406da5f073ef041ecdb115..3184fcc3ecf2bbb0b911fa7c5ad40fd942d6d688 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -105,7 +105,7 @@ typedef struct {
 } frame_macro;
 
 typedef struct lex_file_s {
-    FILE   *file;
+    fs_file_t  *file;
     const char *open_string;
     size_t      open_string_length;
     size_t      open_string_pos;