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. --- awk.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 86c8883d..925a9d61 100644 --- a/awk.h +++ b/awk.h @@ -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; -- cgit v1.2.3