aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index cc487c3a..890e5861 100644
--- a/awk.h
+++ b/awk.h
@@ -384,7 +384,7 @@ typedef struct exp_node {
int idx;
wchar_t *wsp;
size_t wslen;
- Regexp *preg;
+ struct exp_node *typre;
} val;
} sub;
NODETYPE type;
@@ -510,6 +510,7 @@ typedef struct exp_node {
#define numbr sub.val.fltnum
#endif
#define tre_regs sub.val.preg
+#define typed_re sub.val.typre
/*
* If stfmt is set to STFMT_UNUSED, it means that the string representation