diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-01 17:17:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-01 17:17:07 +0000 |
commit | ad7e816fc202b9506cd8e0633196331ccf37f264 (patch) | |
tree | 22d3b715bf5113e5653fef7bfae51aa2dc698ff4 /os2 | |
parent | b8403495fe114eb6eca7191acf244241d9f0d38f (diff) | |
download | perl-ad7e816fc202b9506cd8e0633196331ccf37f264.tar.gz |
Undo #3790 and the patches that attempted to fix it
(#3837, #3838, #3845). The #3790 caused linkage failures
and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and
IRIX 6.5.
p4raw-id: //depot/cfgperl@3847
Diffstat (limited to 'os2')
-rw-r--r-- | os2/OS2/REXX/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os2/OS2/REXX/Makefile.PL b/os2/OS2/REXX/Makefile.PL index 5eda5a35d1..0b43a36612 100644 --- a/os2/OS2/REXX/Makefile.PL +++ b/os2/OS2/REXX/Makefile.PL @@ -5,5 +5,4 @@ WriteMakefile( VERSION => '0.21', MAN3PODS => ' ', # Pods will be built by installman. XSPROTOARG => '-noprototypes', - PERL_MALLOC_OK => 1, ); |