summaryrefslogtreecommitdiff
path: root/src/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/syntax.h b/src/syntax.h
index a0ccfac..12293ae 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -63,6 +63,8 @@ typedef struct {
} as;
} Chunk;
+DECLARE_MAYBE(Chunk, MaybeChunk)
+
DECLARE_VEC(Chunk, Word)