From 1cf371db5f30bc9f40a4840f1d1d276ee46619a0 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 2 May 2016 06:50:36 +0300 Subject: Replace `! NULL' with `& success_node' in array routines. --- array.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'array.c') diff --git a/array.c b/array.c index f7993624..164d6f9d 100644 --- a/array.c +++ b/array.c @@ -28,6 +28,8 @@ extern FILE *output_fp; extern NODE **fmt_list; /* declared in eval.c */ +NODE *success_node; + static size_t SUBSEPlen; static char *SUBSEP; static char indent_char[] = " "; -- cgit v1.2.3