diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-03-08 13:40:48 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-03-08 13:40:48 +0000 |
commit | 1dba731d9f7b0a03b8cecb69b9d80500a283425e (patch) | |
tree | 8ef86d80db20e147b6170a449e303a7b1c1c194d /makedef.pl | |
parent | 69f571849d518b6e7953b40abe5d05d244a0d6f9 (diff) | |
download | perl-1dba731d9f7b0a03b8cecb69b9d80500a283425e.tar.gz |
Add MAD changes to pad code (new function Perl_pad_peg)
p4raw-id: //depot/perl@27419
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 241365db8d..4d9abf115b 100644 --- a/makedef.pl +++ b/makedef.pl @@ -841,6 +841,7 @@ unless ($define{'PERL_MAD'}) { skip_symbols [qw( PL_madskills PL_xmlfp + Perl_pad_peg )]; } |