X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;fp=lexer.h;h=3184fcc3ecf2bbb0b911fa7c5ad40fd942d6d688;hp=24e29ddee4080659be406da5f073ef041ecdb115;hb=033cf7c7d397c3fdc23a1448b0068000219efef6;hpb=5138a25420ce56408486f14778dba17f252411c7 diff --git a/lexer.h b/lexer.h index 24e29dd..3184fcc 100644 --- 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;