Change 32952 by [EMAIL PROTECTED] on 2008/01/11 13:22:35

        Remove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses them.

Affected files ...

... //depot/perl/op.h#200 edit

Differences ...

==== //depot/perl/op.h#200 (text) ====
Index: perl/op.h
--- perl/op.h#199~32950~        2008-01-11 04:14:04.000000000 -0800
+++ perl/op.h   2008-01-11 05:22:35.000000000 -0800
@@ -344,18 +344,9 @@
                             assert(whap);                              \
                            PL_regex_pad[(o)->op_pmoffset] = (SV*)whap; \
                         } STMT_END
-#  ifndef PERL_CORE
-/* No longer used anywhere in the core.  Migrate to Devel::PPPort?  */
-#define PM_GETRE_SAFE(o) (PL_regex_pad ? PM_GETRE(o) : (REGEXP*)0)
-#define PM_SETRE_SAFE(o,r) if (PL_regex_pad) PM_SETRE(o,r)
-#  endif
 #else
 #define PM_GETRE(o)     ((o)->op_pmregexp)
 #define PM_SETRE(o,r)   ((o)->op_pmregexp = (r))
-#  ifndef PERL_CORE
-#define PM_GETRE_SAFE PM_GETRE
-#define PM_SETRE_SAFE PM_SETRE
-#  endif
 #endif
 
 
End of Patch.

Reply via email to