aboutsummaryrefslogtreecommitdiff
path: root/include/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parse.h')
-rw-r--r--include/parse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/parse.h b/include/parse.h
index 18207bc..ff5e3f1 100644
--- a/include/parse.h
+++ b/include/parse.h
@@ -93,9 +93,8 @@ struct ast_if {
struct ast_for {
const char *label;
- struct ast_assignment *init;
+ struct ast_assign *init, *action;
struct ast_expr cond;
- struct ast_assignment *action;
struct ast_block blk;
};