diff options
author | Jan Dubois <jand@activestate.com> | 2009-12-01 23:11:03 -0800 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2009-12-01 23:11:03 -0800 |
commit | 781ecc3f4e65a5261736cf5fa8e56b6bea2ff71a (patch) | |
tree | 491ef9cbff7045a4e9910e0f616de7843ffd8d83 /makedef.pl | |
parent | b86e806e0fdabf765203585cee6697bc3e14be6f (diff) | |
download | perl-781ecc3f4e65a5261736cf5fa8e56b6bea2ff71a.tar.gz |
Revert commit cbdd5331.
Commit a09dc31d1 says:
It's possible that someone has built a module with -DDEBUGGING,
but they're using it against a perl built non-DEBUGGING, [...]
which means that the PL_scopestack_name symbol must always be exported.
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 cef774e39c..9e261e5318 100644 --- a/makedef.pl +++ b/makedef.pl @@ -632,7 +632,6 @@ unless ($define{'DEBUGGING'}) { Perl_pad_sv Perl_hv_assert PL_block_type - PL_scopestack_name PL_watchaddr PL_watchok PL_watch_pvx |