summaryrefslogtreecommitdiff
path: root/regexp.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-10-06 06:06:51 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-10-06 06:06:51 -0700
commit7984ae89f04c4a0a0972f7df0051b8f307952830 (patch)
treec24aa54e86931357edd3ec2ff6135cc95c135c38 /regexp.h
parentb304119758005f7ab21373539113204710b204cd (diff)
downloadperl-7984ae89f04c4a0a0972f7df0051b8f307952830.tar.gz
[perl #122911] regexp.h: Rmv VOL from op_comp sig
It is no longer needed as of 1067df30ae9.
Diffstat (limited to 'regexp.h')
-rw-r--r--regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexp.h b/regexp.h
index ff16410684..81ae0a616b 100644
--- a/regexp.h
+++ b/regexp.h
@@ -185,7 +185,7 @@ typedef struct regexp_engine {
#endif
REGEXP* (*op_comp) (pTHX_ SV ** const patternp, int pat_count,
OP *expr, const struct regexp_engine* eng,
- REGEXP *VOL old_re,
+ REGEXP *old_re,
bool *is_bare_re, U32 orig_rx_flags, U32 pm_flags);
} regexp_engine;