aboutsummaryrefslogtreecommitdiff
path: root/gen/gen_parser.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-03-30 21:13:47 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-03-30 21:13:47 +0300
commitb8211cda90f8a9cb14657d3328cfa9ec78722c5c (patch)
tree047036fd67d8b46ca2fd88b2597b03fd99fbc867 /gen/gen_parser.h
parent78cf00cb506cb86112cb715e4d2d69ec11b20c42 (diff)
downloadek-b8211cda90f8a9cb14657d3328cfa9ec78722c5c.tar.gz
ek-b8211cda90f8a9cb14657d3328cfa9ec78722c5c.zip
change to left-to-right resolver
Diffstat (limited to 'gen/gen_parser.h')
-rw-r--r--gen/gen_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/gen_parser.h b/gen/gen_parser.h
index 0753292..1d69ed9 100644
--- a/gen/gen_parser.h
+++ b/gen/gen_parser.h
@@ -103,7 +103,7 @@ extern int yydebug;
PUB = 304, /* "pub" */
STRUCT = 305, /* "struct" */
UNION = 306, /* "union" */
- TYPEDEF = 307, /* "type" */
+ TYPEDEF = 307, /* "typedef" */
IMPORT = 308, /* "import" */
DEFER = 309, /* "defer" */
GOTO = 310, /* "goto" */