aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
diff options
context:
space:
mode:
author lemon<lsof@mailbox.org>2022-08-06 05:42:19 +0200
committer lemon<lsof@mailbox.org>2022-08-06 05:43:06 +0200
commit762c6c17c9effd360a6e00a440964cb176cf96e7 (patch)
tree83f460ec36865dbb77808e22054f164a20bc26b1 /bootstrap/all.h
parent3083cf126cf3989b257546aa3b1b69608aac7923 (diff)
macro body arg
Diffstat (limited to 'bootstrap/all.h')
-rw-r--r--bootstrap/all.h2
1 files changed, 1 insertions, 1 deletions
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;
};