diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -615,8 +615,8 @@ typedef struct Expression { } del; IfExpr if_; WhileExpr while_; - EachExpr each; - FnExpr fn; + EachExpr *each; + FnExpr *fn; CastExpr cast; SliceExpr slice; struct { |