diff options
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 } } } |