diff options
Diffstat (limited to 'array.c')
-rw-r--r-- | array.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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[] = " "; |