aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/all.h')
-rw-r--r--bootstrap/all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/all.h b/bootstrap/all.h
index 3048d99..33ac7e7 100644
--- a/bootstrap/all.h
+++ b/bootstrap/all.h
@@ -355,7 +355,7 @@ struct stmt {
struct stmt *f;
} ifelse;
struct {
- struct stmt *ini;
+ slice_t(struct stmt) ini;
struct expr test;
struct expr *next;
struct blockstmt body;