summaryrefslogtreecommitdiff
path: root/Porting/thirdclean
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-05-21 19:56:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-05-21 19:56:38 +0000
commit7925835c4310c3d10b784fcb09926648dc49c600 (patch)
treecbeacd74ae43b38ba10213c471bdad1ef5494bed /Porting/thirdclean
parentcebd85e6fca2f450b0cc02ffa6ad2fdfdf763f59 (diff)
downloadperl-7925835c4310c3d10b784fcb09926648dc49c600.tar.gz
Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
disable the loading of .pmc files if defined. Rename the function S_doopen_pmc to S_doopen_pm. p4raw-id: //depot/perl@19586
Diffstat (limited to 'Porting/thirdclean')
-rw-r--r--Porting/thirdclean2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/thirdclean b/Porting/thirdclean
index c45de15617..86103f77fa 100644
--- a/Porting/thirdclean
+++ b/Porting/thirdclean
@@ -28,7 +28,7 @@ $leak[ 0] =~ s/.* were found:\n\n//m; # Snip off totals.
# actual length.
@accv = grep { ! /-- rih --.+(?:memmove|strcpy).+moreswitches/s } @accv;
@accv = grep { ! /-- (?:rih|rus) --.+strcpy.+gv_fetchfile/s } @accv;
-@accv = grep { ! /-- rih --.+strcmp.+doopen_pmc/s } @accv;
+@accv = grep { ! /-- rih --.+strcmp.+doopen_pm/s } @accv;
@accv = grep { ! /-- rih --.+strcmp.+gv_fetchpv/s } @accv;
@accv = grep { ! /-- r[ui]h --.+strcmp.+gv_fetchmeth/s } @accv;
@accv = grep { ! /-- rih --.+memmove.+my_setenv/s } @accv;