diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-03 07:48:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-03 07:48:59 +0000 |
commit | ee13e1759c1f1465f271937096a419896357e4d0 (patch) | |
tree | 7bfb41989182486aeb99fc3f1758d4ed89a03561 /os2/OS2 | |
parent | 491517e03c6a5df5aef649456de95bc218ced051 (diff) | |
download | perl-ee13e1759c1f1465f271937096a419896357e4d0.tar.gz |
Change #3790 redemption: with a little additional
patch from Ilya it works okay.
p4raw-id: //depot/cfgperl@3906
Diffstat (limited to 'os2/OS2')
-rw-r--r-- | os2/OS2/REXX/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os2/OS2/REXX/Makefile.PL b/os2/OS2/REXX/Makefile.PL index 0b43a36612..5eda5a35d1 100644 --- a/os2/OS2/REXX/Makefile.PL +++ b/os2/OS2/REXX/Makefile.PL @@ -5,4 +5,5 @@ WriteMakefile( VERSION => '0.21', MAN3PODS => ' ', # Pods will be built by installman. XSPROTOARG => '-noprototypes', + PERL_MALLOC_OK => 1, ); |