diff options
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1069,6 +1069,9 @@ extern afunc_t str_array_func[]; extern afunc_t cint_array_func[]; extern afunc_t int_array_func[]; +/* special node used to indicate success in array routines (not NULL) */ +extern NODE *success_node; + extern BLOCK nextfree[]; extern bool field0_valid; |