From 662a50264f770f5bd972bee0e1980b9cb08ff41d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 11 Oct 2016 14:35:45 +0300 Subject: Use original input text of numbers when pretty printing. --- awk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'awk.h') 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 -- cgit v1.2.3