summaryrefslogtreecommitdiff
path: root/os2
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-27 07:45:08 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-27 07:45:08 +0000
commit773ae483b9833dec8b7ccd7abbf3ce6ed04d3d69 (patch)
treedb687340898dc77c9548f823983a4c527bd00c91 /os2
parent6055f9d42166344699550b8045e96c47c97d767c (diff)
downloadperl-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.PL1
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,
);