aboutsummaryrefslogtreecommitdiff
path: root/src/cffc.hff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-25 09:06:45 +0200
committerlemon <lsof@mailbox.org>2022-08-25 09:06:45 +0200
commitd42b0c4c6e69fce63cb16289213eab053a602588 (patch)
tree5dabb5594106061ba3fe626996c5392b1052f59a /src/cffc.hff
parenta39378db8ce05f8ab45b5ae0f3252c0a5322fd70 (diff)
eu switch
Diffstat (limited to 'src/cffc.hff')
-rw-r--r--src/cffc.hff2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cffc.hff b/src/cffc.hff
index ca6ebea..d1d423f 100644
--- a/src/cffc.hff
+++ b/src/cffc.hff
@@ -241,7 +241,7 @@ struct Stmt {
Expr Expr,
Decl *Decl,
ISwitch struct { ex Expr, cs [#]ISwitchCase, f Block },
- EUSwitch struct { ex Expr, cs [#]EUSwitchCase, f Block },
+ EUSwitch struct { lvalue bool, ex Expr, cs [#]EUSwitchCase, f Block },
CSwitch struct { cs [#]CSwitchCase, f Block }
}
}