diff options
Diffstat (limited to 'cc.h')
-rw-r--r-- | cc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ struct init { extern struct token tok; extern const char *tokstr[]; -void tokprint(const struct token *); -void tokdesc(char *, size_t, enum tokenkind, const char *); +void tokenprint(const struct token *); +void tokendesc(char *, size_t, enum tokenkind, const char *); _Noreturn void error(const struct location *, const char *, ...); /* scan */ |