aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-09-13 15:37:25 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-09-13 15:37:25 +0300
commit2fcffaeee37416708fab505209a55ddd32846463 (patch)
tree1d31315cc63b8eae764d07e381d592e6bf9ac2b3 /awk.h
parent1812b4752c0a2e8c5ec693eb3cd1c866a9952a2f (diff)
downloadegawk-2fcffaeee37416708fab505209a55ddd32846463.tar.gz
egawk-2fcffaeee37416708fab505209a55ddd32846463.tar.bz2
egawk-2fcffaeee37416708fab505209a55ddd32846463.zip
Fix problem when extending NF. See test/nfloop.
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/awk.h b/awk.h
index bb2f2054..f57e62e9 100644
--- a/awk.h
+++ b/awk.h
@@ -434,6 +434,7 @@ typedef struct exp_node {
# define MPFN 0x0800 /* arbitrary-precision floating-point number */
# define MPZN 0x1000 /* arbitrary-precision integer */
# define NO_EXT_SET 0x2000 /* extension cannot set a value for this variable */
+# define NULL_FIELD 0x4000 /* this is the null field */
/* type = Node_var_array */
# define ARRAYMAXED 0x4000 /* array is at max size */