X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=lexer.h;h=5e5d69e75e86aaff852e72e2a9b35810ddbcb667;hp=2d5ec0d5c6c5a7390b21f241c4b17c3e3caeeb71;hb=0a00807e57ee1c84b3c0e8105c3e735bfebd7965;hpb=ff526954b6303dcbd0c675e3bccfd18abd852624 diff --git a/lexer.h b/lexer.h index 2d5ec0d..5e5d69e 100644 --- a/lexer.h +++ b/lexer.h @@ -38,22 +38,9 @@ struct token_s { int t; /* type */ } constval; -#if 0 - struct token_s *next; - struct token_s *prev; -#endif - lex_ctx_t ctx; }; -#if 0 -token* token_new(); -void token_delete(token*); -token* token_copy(const token *cp); -void token_delete_all(token *t); -token* token_copy_all(const token *cp); -#endif - /* Lexer * */