summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-08-03 15:18:52 +0200
committerYves Orton <demerphq@gmail.com>2022-08-06 11:32:34 +0200
commit1489b465ff4e90485a0fae9370f20fc560a1dba8 (patch)
tree738d1bdb651159f26b0fdab5510c606b668036ca /regcomp.h
parent20f4775e6e5458b56cf04a4bb8f4b4b2c7a98f0c (diff)
downloadperl-1489b465ff4e90485a0fae9370f20fc560a1dba8.tar.gz
regex engine - wrap PL_regnode_off_by_arg with macro REGNODE_OFF_BY_ARG()
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"