From: Hans Mulder Date: Tue, 11 Aug 1998 21:08:51 +0000 (+0200) Subject: enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2c92fcc021607c4bf4864b88404323ad4f5d9156;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/malloc.c b/malloc.c index 73c4039..8bfa0db 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.