From 762c6c17c9effd360a6e00a440964cb176cf96e7 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 6 Aug 2022 05:42:19 +0200 Subject: macro body arg --- bootstrap/all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/all.h') diff --git a/bootstrap/all.h b/bootstrap/all.h index 15f932c..7631872 100644 --- a/bootstrap/all.h +++ b/bootstrap/all.h @@ -201,7 +201,7 @@ struct fn { }; struct macrocase { - bool variadic; + bool variadic, bodyarg; slice_t(const char *) params; struct toktree body; }; -- cgit v1.2.3