From: Gurusamy Sarathy Date: Fri, 25 Sep 1998 03:06:10 +0000 (+0000) Subject: temporarily disable perl malloc for a2p until we clean up X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=30e2e4257067d5f844a31039f8d361e972818ea5;p=p5sagit%2Fp5-mst-13.2.git temporarily disable perl malloc for a2p until we clean up conflicting malloc() declarations everywhere p4raw-id: //depot/perl@1884 --- diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 5bec7a0..1f92d5d 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -36,8 +36,10 @@ BYACC = $byacc LDFLAGS = $ldflags SMALL = $small LARGE = $large $split -mallocsrc = $mallocsrc -mallocobj = $mallocobj +# XXX Perl malloc temporarily unusable (declaration collisions with +# stdlib.h) +#mallocsrc = $mallocsrc +#mallocobj = $mallocobj shellflags = $shellflags libs = $libs