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 ffe9a39d..a3fc907a 100644
--- a/awk.h
+++ b/awk.h
@@ -458,6 +458,7 @@ typedef struct exp_node {
# define HALFHAT 0x8000 /* half-capacity Hashed Array Tree;
* See cint_array.c */
# define XARRAY 0x10000
+# define NUMCONSTSTR 0x20000 /* have string value for numeric constant */
} NODE;
#define vname sub.nodep.name