aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-06 05:58:08 +0200
committerlemon <lsof@mailbox.org>2022-08-06 05:58:08 +0200
commit6c0dc2b1171b22a93e61f50fa46852a70e129e50 (patch)
treeae6b62edb201d7cbcfe4b1fed528bf875b9919b1 /bootstrap/all.h
parent762c6c17c9effd360a6e00a440964cb176cf96e7 (diff)
revert 762c6c17
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 7631872..15f932c 100644
--- a/bootstrap/all.h
+++ b/bootstrap/all.h
@@ -201,7 +201,7 @@ struct fn {
};
struct macrocase {
- bool variadic, bodyarg;
+ bool variadic;
slice_t(const char *) params;
struct toktree body;
};