diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-01 17:17:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-01 17:17:07 +0000 |
commit | ad7e816fc202b9506cd8e0633196331ccf37f264 (patch) | |
tree | 22d3b715bf5113e5653fef7bfae51aa2dc698ff4 /perl.h | |
parent | b8403495fe114eb6eca7191acf244241d9f0d38f (diff) | |
download | perl-ad7e816fc202b9506cd8e0633196331ccf37f264.tar.gz |
Undo #3790 and the patches that attempted to fix it
(#3837, #3838, #3845). The #3790 caused linkage failures
and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
IRIX 6.5.
p4raw-id: //depot/cfgperl@3847
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -504,12 +504,10 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER)); #ifdef MYMALLOC # ifdef PERL_POLLUTE_MALLOC -# ifndef PERL_EXTMALLOC_DEF # define Perl_malloc malloc # define Perl_calloc calloc # define Perl_realloc realloc # define Perl_mfree free -# endif # else # define EMBEDMYMALLOC /* for compatibility */ # endif |