aboutsummaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/token.c b/token.c
index b67baa6..0a70662 100644
--- a/token.c
+++ b/token.c
@@ -22,6 +22,7 @@ const char *tokstr[] = {
[TCONSTEXPR] = "constexpr",
[TCONTINUE] = "continue",
[TDEFAULT] = "default",
+ [TDEFER] = "defer",
[TDO] = "do",
[TDOUBLE] = "double",
[TELSE] = "else",