diff options
| author | 2022-08-25 09:06:45 +0200 | |
|---|---|---|
| committer | 2022-08-25 09:06:45 +0200 | |
| commit | d42b0c4c6e69fce63cb16289213eab053a602588 (patch) | |
| tree | 5dabb5594106061ba3fe626996c5392b1052f59a /src/cffc.hff | |
| parent | a39378db8ce05f8ab45b5ae0f3252c0a5322fd70 (diff) | |
eu switch
Diffstat (limited to 'src/cffc.hff')
| -rw-r--r-- | src/cffc.hff | 2 |
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 } } } |