diff options
author | Dominic Dunlop <domo@computer.org> | 2008-03-11 22:54:04 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-03-29 11:21:46 +0000 |
commit | 1cd66f7c5bbf47a0c9c6f45b3eae3670bbe447db (patch) | |
tree | 3538962dd3dda26c4ef82112117addaac368bfb2 /Porting | |
parent | 3420cd608b369be387bfc5e65cad34a2bf659561 (diff) | |
download | perl-1cd66f7c5bbf47a0c9c6f45b3eae3670bbe447db.tar.gz |
Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)
Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com>
[but rename ******* to i_mallocmalloc.U, and then fix up all the files
that Porting/checkcfgvar.pl says need i_mallocmalloc declared]
p4raw-id: //depot/perl@33598
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 4 | ||||
-rw-r--r-- | Porting/config.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index b6b9947125..0b82f91298 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2923,6 +2923,10 @@ i_malloc (i_malloc.U): This variable conditionally defines the I_MALLOC symbol, and indicates whether a C program should include <malloc.h>. +i_mallocmalloc (i_mallocmalloc.U): + This variable conditionally defines the I_MALLOCMALLOC symbol, + and indicates whether a C program should include <malloc/malloc.h>. + i_math (i_math.U): This variable conditionally defines the I_MATH symbol, and indicates whether a C program may include <math.h>. diff --git a/Porting/config.sh b/Porting/config.sh index f6b162f965..826b03ea10 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -647,6 +647,7 @@ i_limits='define' i_locale='define' i_machcthr='undef' i_malloc='define' +i_mallocmalloc='undef' i_math='define' i_memory='undef' i_mntent='define' |