summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-09-06 19:10:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-06 19:10:41 +0000
commit1291a1920c36dc45039a0acbf53957ff30304657 (patch)
tree34c5ac548cb86f35402650f061611e64bb5debc1 /perl.h
parent982ce1809751a8e19a5bbe5feaae6f223efd3485 (diff)
parent661cc6a69914a4799f8042e90d1df51291595d57 (diff)
downloadperl-1291a1920c36dc45039a0acbf53957ff30304657.tar.gz
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4091
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/perl.h b/perl.h
index dae43906b0..5691723b49 100644
--- a/perl.h
+++ b/perl.h
@@ -470,10 +470,6 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER));
# include "embed.h"
#endif
-#if defined(NeXT) || defined(__NeXT) || defined (__MACHTEN__)
-# undef PERL_POLLUTE_MALLOC
-#endif
-
#define MEM_SIZE Size_t
#if defined(STANDARD_C) && defined(I_STDDEF)
@@ -2012,8 +2008,10 @@ struct ufuncs {
/* Fix these up for __STDC__ */
#ifndef DONT_DECLARE_STD
char *mktemp (char*);
+#ifndef atof
double atof (const char*);
#endif
+#endif
#ifndef STANDARD_C
/* All of these are in stdlib.h or time.h for ANSI C */