From 3a4e9a21361ac930f17fe18687f4a1bce6a5863b Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 23 Jul 2025 03:52:50 +0200 Subject: Add rudimentary catskill-to-C transpiler (yay!) Signed-off-by: Mel --- boot/parse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot/parse.c') diff --git a/boot/parse.c b/boot/parse.c index 091a6f7..481fa90 100644 --- a/boot/parse.c +++ b/boot/parse.c @@ -1646,3 +1646,5 @@ parser_do_your_thing(struct Parser* p, struct Tree* tree) #undef CHECK #undef CHECK_RETURN +#undef CONTEXT_START +#undef CONTEXT_END -- cgit 1.4.1