diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-11 14:35:45 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-11 14:35:45 +0300 |
commit | 662a50264f770f5bd972bee0e1980b9cb08ff41d (patch) | |
tree | 6c243145b74a48e7eaed5fd0294093ff7e2e3cc8 /awk.h | |
parent | 2acb7e752d79c8c57098461c00d2a1022e761b55 (diff) | |
download | egawk-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |