aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-04-29 11:35:40 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-04-29 11:35:40 +0300
commit95155e4fa75ef9b29a1f2aab330f4558aa9d5383 (patch)
treef0b21b452c824bad12399218d222be564d0406bb /awk.h
parent70a498e0df48c71699797024fcb4c8154599ea5d (diff)
downloadegawk-95155e4fa75ef9b29a1f2aab330f4558aa9d5383.tar.gz
egawk-95155e4fa75ef9b29a1f2aab330f4558aa9d5383.tar.bz2
egawk-95155e4fa75ef9b29a1f2aab330f4558aa9d5383.zip
Improve saving of numeric value of index.
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;