From 95155e4fa75ef9b29a1f2aab330f4558aa9d5383 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 29 Apr 2011 11:35:40 +0300 Subject: Improve saving of numeric value of index. --- awk.h | 1 + 1 file changed, 1 insertion(+) (limited to 'awk.h') 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; -- cgit v1.2.3