This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update perldelta for UNOP_AUX and OP_MULTIDEREF
[perl5.git] / regexp.h
index ff16410..81ae0a6 100644 (file)
--- 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;