diff options
Diffstat (limited to 'src/c_lex.h')
| -rw-r--r-- | src/c_lex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_lex.h b/src/c_lex.h index 57226ab..d436967 100644 --- a/src/c_lex.h +++ b/src/c_lex.h @@ -120,7 +120,7 @@ enum initlexer { int lex(Lexer *, Token *); int lexpeek(Lexer *, Token *); -enum typetag parsenumlit(uvlong *, double *, const Token *, bool ispp); +enum typetag parsenumlit(u64int *, double *, const Token *, bool ispp); enum initlexer initlexer(Lexer *, const char **err, const char *file); void lexerdump(Lexer *, WriteBuf *out); void lexerfreetemps(Lexer *); |