summaryrefslogtreecommitdiff
path: root/regnodes.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-07-30 19:06:34 +0200
committerYves Orton <demerphq@gmail.com>2022-08-03 11:07:09 +0200
commit366fc8089b728e2f722dab2da854445f0a5e1d69 (patch)
tree59ce5765052cef81584a2d48c0ae428482ab80e9 /regnodes.h
parent3bfb2e3bfb2415adc56f1e24f6a3b96d49b575b0 (diff)
downloadperl-366fc8089b728e2f722dab2da854445f0a5e1d69.tar.gz
regex engine - Rename PL_reg_off_by_arg to PL_regnode_off_by_arg
Diffstat (limited to 'regnodes.h')
-rw-r--r--regnodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/regnodes.h b/regnodes.h
index 4d476b9ebc..17314e3e1a 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -1982,12 +1982,12 @@ EXTCONST U8 PL_regnode_arg_len_varies[] = {
#endif /* DOINIT */
-/* PL_reg_off_by_arg[] - Which argument holds the offset to the next node */
+/* PL_regnode_off_by_arg[] - Which argument holds the offset to the next node */
#ifndef DOINIT
-EXTCONST U8 PL_reg_off_by_arg[];
+EXTCONST U8 PL_regnode_off_by_arg[];
#else
-EXTCONST U8 PL_reg_off_by_arg[] = {
+EXTCONST U8 PL_regnode_off_by_arg[] = {
0, /* END */
0, /* SUCCEED */
0, /* SBOL */