aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-10-26 14:06:29 +0100
committergingerBill <bill@gingerbill.org>2019-10-26 14:06:29 +0100
commit7fae890ef9eb72f3131914f9af2469f9bfb1e59e (patch)
treecc960719e7e1e4463e25c0dc2359dea221536c6a /src/parser.hpp
parent94879ed14997c4d2745ddb669d08b34437ceff75 (diff)
Allow ranges for array-like compound literals
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index 9c3f733e5..83df7a9d6 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -222,6 +222,7 @@ enum StmtAllowFlag {
AST_KIND(Undef, "undef", Token) \
AST_KIND(BasicLit, "basic literal", struct { \
Token token; \
+ ExactValue value; \
}) \
AST_KIND(BasicDirective, "basic directive", struct { \
Token token; \