diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-21 17:27:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-21 17:27:30 +0000 |
commit | 1cf4a2185a29f0c34cb30a32827011b82fcacbdb (patch) | |
tree | 699c2623c6b45a5740b39285d87e1fb9b3343571 /makedef.pl | |
parent | a33c94aad0574a69a51fb133c0911cdcb12133c0 (diff) | |
download | perl-1cf4a2185a29f0c34cb30a32827011b82fcacbdb.tar.gz |
debug_pad only visible when debugging.
p4raw-id: //depot/perl@13176
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index 40ede54186..f88f52ed33 100644 --- a/makedef.pl +++ b/makedef.pl @@ -424,6 +424,7 @@ unless ($define{'DEBUGGING'}) { Perl_debstackptrs Perl_sv_peek PL_block_type + PL_debug_pad PL_watchaddr PL_watchok )]; |