aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
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 7a304717..357a85dc 100644
--- a/awk.h
+++ b/awk.h
@@ -373,6 +373,7 @@ typedef struct exp_node {
# define FIELD 512 /* this is a field */
# define INTLSTR 1024 /* use localized version */
# define WSTRCUR 2048 /* wide str value is current */
+# define NUMIND 4096 /* numeric val of index is current */
} NODE;