diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-03-05 12:26:46 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-03-05 12:26:46 +0000 |
commit | 2242947801b5a89c42ffba93b4c406f75e4cd049 (patch) | |
tree | d5e69a16f0c5aa389527a08a3576fa689f78d09b /makedef.pl | |
parent | 9396c84faf040d3bed1ef186b6e6ce1fd26b8a19 (diff) | |
download | perl-2242947801b5a89c42ffba93b4c406f75e4cd049.tar.gz |
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
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index a5d81a011b..ea06236d8d 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 |