From: Nicholas Clark Date: Mon, 5 Mar 2007 12:26:46 +0000 (+0000) Subject: Change 30461 was wrong. As ext/re (re)builds the regexp engine with X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2242947801b5a89c42ffba93b4c406f75e4cd049;p=p5sagit%2Fp5-mst-13.2.git Change 30461 was wrong. As ext/re (re)builds the regexp engine with -DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't. So something is always going to use it, so always define it, and always export it. (But only define it once, so that static builds work.) p4raw-id: //depot/perl@30464 --- diff --git a/makedef.pl b/makedef.pl index a5d81a0..ea06236 100644 --- a/makedef.pl +++ b/makedef.pl @@ -593,7 +593,6 @@ unless ($define{'DEBUGGING'}) { Perl_sv_peek Perl_hv_assert PL_block_type - PL_reg_name PL_watchaddr PL_watchok PL_watch_pvx diff --git a/regcomp.pl b/regcomp.pl index 89bbbe0..38c346c 100644 --- a/regcomp.pl +++ b/regcomp.pl @@ -161,10 +161,9 @@ print OUT <