diff options
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,6 +95,7 @@ const char *intern(const char *); int lex(struct lexer *, struct token *); int lexpeek(struct lexer *, struct token *); enum typetag parsenumlit(uvlong *, double *, const struct token *, bool ispp); -void initlexer(struct lexer *, const struct span *span, const char *file, struct arena **tmparena); +const char *initlexer(struct lexer *, const struct span *span, const char *file); +void lexerfreetemps(struct lexer *); /* vim:set ts=3 sw=3 expandtab: */ |