X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=3184fcc3ecf2bbb0b911fa7c5ad40fd942d6d688;hp=24e29ddee4080659be406da5f073ef041ecdb115;hb=4d0bf1607a8105201190233c60556d1f8b307f21;hpb=fa14ca93d2b60f722d55c24214fde7ac84581ad0 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;