aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.c
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index 13c43ffd..747c75e7 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -4425,7 +4425,7 @@ regular_print:
{
char *arr = yyvsp[-1]->lextok;
- yyvsp[-1]->memory = variable(yyvsp[-1]->source_line, arr, Node_var_new);
+ yyvsp[-1]->memory = variable(yyvsp[-1]->source_line, arr, Node_var_array);
yyvsp[-1]->opcode = Op_push_array;
yyval = list_prepend(yyvsp[0], yyvsp[-1]);
}