summaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
authorHans Mulder <hansmu@xs4all.nl>1998-08-11 23:08:51 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-09-23 03:38:30 +0000
commit2c92fcc021607c4bf4864b88404323ad4f5d9156 (patch)
tree4ff8910143367e19e1bb68d2bdd03a59dd365915 /malloc.c
parentdc0d354b3a4057311799863ef171d4ce75b1b6e0 (diff)
downloadperl-2c92fcc021607c4bf4864b88404323ad4f5d9156.tar.gz
enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
Message-Id: <9808111907.AA21903@icgned.icgroup.nl> Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED) p4raw-id: //depot/perl@1807
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/malloc.c b/malloc.c
index 73c4039d80..8bfa0dbd36 100644
--- a/malloc.c
+++ b/malloc.c
@@ -1572,11 +1572,7 @@ dump_mstats(char *s)
#ifdef USE_PERL_SBRK
-# ifdef NeXT
-# define PERL_SBRK_VIA_MALLOC
-# endif
-
-# ifdef __MACHTEN_PPC__
+# if defined(__MACHTEN_PPC__) || defined(__NeXT__)
# define PERL_SBRK_VIA_MALLOC
/*
* MachTen's malloc() returns a buffer aligned on a two-byte boundary.