diff options
Diffstat (limited to 'lexer.h')
-rw-r--r-- | lexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ extern const char *tokennames[__T_MAX]; bool utf8enc(char **out, int *rem, int code); -struct ut_opcode * +uint32_t ut_get_token(struct ut_state *s, const char *input, int *mlen); #endif /* __LEXER_H_ */ |