diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-14 14:45:04 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-14 14:45:04 +0000 |
commit | 1242dfaee525d4d0ab20ac8ae62b3f0de03fa88e (patch) | |
tree | daddc2f8f6fd18310426e53b6d1010b4ad1b76ed /makedef.pl | |
parent | 2b4e0969009806e4e03a23b007570fa5279be8e0 (diff) | |
download | perl-1242dfaee525d4d0ab20ac8ae62b3f0de03fa88e.tar.gz |
Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
Remove a reference to the deleted function Perl_refcounted_he_dup.
p4raw-id: //depot/perl@27800
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl index f2036011ea..032881ad51 100644 --- a/makedef.pl +++ b/makedef.pl @@ -747,7 +747,6 @@ unless ($define{'USE_ITHREADS'}) { Perl_sharedsv_thrcnt_inc Perl_sharedsv_unlock Perl_stashpv_hvname_match - Perl_refcounted_he_dup )]; } @@ -1574,6 +1573,7 @@ sub output_symbol { 1; __DATA__ # extra globals not included above. +Perl_new_warnings_bitfield Perl_cxinc perl_alloc perl_alloc_using |