From 98c18a13d25075e1bc876885bb95267ed9f2a1f8 Mon Sep 17 00:00:00 2001 From: Ákos Kőrösi Date: Wed, 13 May 2026 00:09:06 +0200 Subject: outline state management; change maybe macro --- lex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lex.h') 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) -- cgit v1.2.3