aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-11 14:35:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-11 14:35:45 +0300
commit662a50264f770f5bd972bee0e1980b9cb08ff41d (patch)
tree6c243145b74a48e7eaed5fd0294093ff7e2e3cc8 /awk.h
parent2acb7e752d79c8c57098461c00d2a1022e761b55 (diff)
downloadegawk-662a50264f770f5bd972bee0e1980b9cb08ff41d.tar.gz
egawk-662a50264f770f5bd972bee0e1980b9cb08ff41d.tar.bz2
egawk-662a50264f770f5bd972bee0e1980b9cb08ff41d.zip
Use original input text of numbers when pretty printing.
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 2353700e..827d5501 100644
--- a/awk.h
+++ b/awk.h
@@ -459,6 +459,7 @@ typedef struct exp_node {
# define HALFHAT 0x10000 /* half-capacity Hashed Array Tree;
* See cint_array.c */
# define XARRAY 0x20000
+# define NUMCONSTSTR 0x40000 /* have string value for numeric constant */
} NODE;
#define vname sub.nodep.name