aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index cfc12e78..72d79312 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -2147,7 +2147,7 @@ simple_variable
{
char *arr = $1->lextok;
- $1->memory = variable($1->source_line, arr, Node_var_new);
+ $1->memory = variable($1->source_line, arr, Node_var_array);
$1->opcode = Op_push_array;
$$ = list_prepend($2, $1);
}