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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awkgram.c') 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]); } -- cgit v1.2.3