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 /win32 | |
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 'win32')
-rw-r--r-- | win32/config.bc | 1 | ||||
-rw-r--r-- | win32/config.ce | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index b5b8d3f661..c558db309d 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -622,6 +622,7 @@ i_limits='define' i_locale='define' i_machcthr='undef' i_malloc='define' +i_mallocmalloc='undef' i_math='define' i_memory='undef' i_mntent='undef' diff --git a/win32/config.ce b/win32/config.ce index 099ba7a8ca..a06c3dd8c0 100644 --- a/win32/config.ce +++ b/win32/config.ce @@ -615,6 +615,7 @@ i_limits='define' i_locale='undef' i_machcthr='undef' i_malloc='define' +i_mallocmalloc='undef' i_math='define' i_memory='undef' i_mntent='undef' diff --git a/win32/config.gc b/win32/config.gc index 6ecbc00b63..858a2745e2 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -622,6 +622,7 @@ i_limits='define' i_locale='define' i_machcthr='undef' i_malloc='define' +i_mallocmalloc='undef' i_math='define' i_memory='undef' i_mntent='undef' diff --git a/win32/config.vc b/win32/config.vc index bbd7489be0..5786dfdeef 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -622,6 +622,7 @@ i_limits='define' i_locale='define' i_machcthr='undef' i_malloc='define' +i_mallocmalloc='undef' i_math='define' i_memory='undef' i_mntent='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 797627a905..3b44f28f8b 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -622,6 +622,7 @@ i_limits='define' i_locale='define' i_machcthr='undef' i_malloc='define' +i_mallocmalloc='undef' i_math='define' i_memory='undef' i_mntent='undef' |