summaryrefslogtreecommitdiff
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index ed33aa4..8998c37 100644
--- a/parser.y
+++ b/parser.y
@@ -37,6 +37,7 @@ void yyerror(const char *msg)
%token END 0 "end of file"
+%token T_UNKNOWN
%token T_SPACE
%token T_EOL