aboutsummaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/token.c b/token.c
index da5d597..2397756 100644
--- a/token.c
+++ b/token.c
@@ -112,7 +112,7 @@ const char *tokstr[] = {
};
void
-tokprint(const struct token *t)
+tokenprint(const struct token *t)
{
const char *str;
@@ -137,7 +137,7 @@ tokprint(const struct token *t)
}
void
-tokdesc(char *buf, size_t len, enum tokenkind kind, const char *lit)
+tokendesc(char *buf, size_t len, enum tokenkind kind, const char *lit)
{
const char *class;
bool quote;