summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lex.h b/lex.h
index 57c71bb..e5d843f 100644
--- a/lex.h
+++ b/lex.h
@@ -62,7 +62,7 @@ typedef struct {
DECLARE_VEC(Token, TokenVec)
-DECLARE_MAYBE(SpecialToken)
+DECLARE_MAYBE(SpecialToken, MaybeSpecialToken)
typedef enum {
CMDS,
@@ -74,7 +74,7 @@ struct Region {
TokenVec tokens;
};
-DECLARE_MAYBE(Chunk);
+DECLARE_MAYBE(Chunk, MaybeChunk);
DECLARE_VEC(Region, RegionVec)