summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index 7ad5886..4918ba1 100644
--- a/types.h
+++ b/types.h
@@ -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 {