diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-27 07:45:08 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-27 07:45:08 +0000 |
commit | 773ae483b9833dec8b7ccd7abbf3ce6ed04d3d69 (patch) | |
tree | db687340898dc77c9548f823983a4c527bd00c91 /os2 | |
parent | 6055f9d42166344699550b8045e96c47c97d767c (diff) | |
download | perl-773ae483b9833dec8b7ccd7abbf3ce6ed04d3d69.tar.gz |
provide MakeMaker attribute PERL_MALLOC_OK that allows extensions
to call Perl_malloc() as malloc() (from Ilya Zakharevich)
p4raw-id: //depot/perl@3790
Diffstat (limited to '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, ); |