aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc.h b/cc.h
index 3e6eecf..96dde5e 100644
--- a/cc.h
+++ b/cc.h
@@ -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 */