summaryrefslogtreecommitdiff
path: root/head
diff options
context:
space:
mode:
Diffstat (limited to 'head')
-rw-r--r--head/defconf/token.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/head/defconf/token.h b/head/defconf/token.h
index 9db1a7e..e5b9c0d 100644
--- a/head/defconf/token.h
+++ b/head/defconf/token.h
@@ -16,6 +16,7 @@ typedef enum {
TT_FALSE, /* 'false' */
TT_INTLIT, /* [0-9]+ */
TT_IDENT, /* [ident] */
+ TT_COMMENT, /* [comment: ignored] */
_TT_MAX
} tt_t;