diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 03:06:10 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-25 03:06:10 +0000 |
commit | 30e2e4257067d5f844a31039f8d361e972818ea5 (patch) | |
tree | 0dd87489dc0ec81f65fbc66ff6f3abdc8c4cd5f3 /x2p | |
parent | 400153aa9551f27592f25fe64eb2271bcf435151 (diff) | |
download | perl-30e2e4257067d5f844a31039f8d361e972818ea5.tar.gz |
temporarily disable perl malloc for a2p until we clean up
conflicting malloc() declarations everywhere
p4raw-id: //depot/perl@1884
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index 5bec7a0058..1f92d5d231 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 |