From 88aa3b6891678669548f01a0f87c36a993694320 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 17 Apr 2019 13:54:48 -0700 Subject: Improve token descriptions in errors --- cc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cc.h') diff --git a/cc.h b/cc.h index 25a5fc0..bb5e23b 100644 --- a/cc.h +++ b/cc.h @@ -376,8 +376,8 @@ struct init { extern struct token tok; void tokprint(const struct token *); +void tokdesc(char *, size_t, enum tokenkind, const char *); _Noreturn void error(const struct location *, const char *, ...); -struct token; /* scan */ -- cgit v1.2.3