diff options
| author | 2022-08-06 05:58:08 +0200 | |
|---|---|---|
| committer | 2022-08-06 05:58:08 +0200 | |
| commit | 6c0dc2b1171b22a93e61f50fa46852a70e129e50 (patch) | |
| tree | ae6b62edb201d7cbcfe4b1fed528bf875b9919b1 /bootstrap/all.h | |
| parent | 762c6c17c9effd360a6e00a440964cb176cf96e7 (diff) | |
revert 762c6c17
Diffstat (limited to 'bootstrap/all.h')
| -rw-r--r-- | bootstrap/all.h | 2 |
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; }; |