summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/regcomp.h b/regcomp.h
index c4b5f551bc..f41d40f112 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -1410,6 +1410,7 @@ typedef enum {
#endif
#define REGNODE_TYPE(arg) PL_regnode_kind[(arg)]
+#define REGNODE_OFF_BY_ARG(node) PL_regnode_of_by_arg[(node)]
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_IN_REGEXEC_C)
#include "reginline.h"