aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 2 insertions, 0 deletions
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[] = " ";