summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-08-01 17:17:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-08-01 17:17:07 +0000
commitad7e816fc202b9506cd8e0633196331ccf37f264 (patch)
tree22d3b715bf5113e5653fef7bfae51aa2dc698ff4 /perl.h
parentb8403495fe114eb6eca7191acf244241d9f0d38f (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl.h b/perl.h
index e9e86cff97..8928ffd98a 100644
--- a/perl.h
+++ b/perl.h
@@ -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