From a9440d51fdf9286dc657b10368503aecb74eb19d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 4 Sep 2020 13:24:13 +0300 Subject: Make PROCINFO["identifiers"] smarter about arrays. --- awkgram.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awkgram.y') 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); } -- cgit v1.2.3