Forgotten from change #20031.
Jarkko Hietaniemi [Sun, 6 Jul 2003 16:21:33 +0000 (16:21 +0000)]
p4raw-link: @20031 on //depot/perl: 216db7eec92546173ac6bab178225bf585542186

p4raw-id: //depot/perl@20032

makedef.pl
malloc_ctl.h

index 8a9953c..5c96b28 100644 (file)
@@ -295,7 +295,6 @@ if ($PLATFORM eq 'wince') {
                     Perl_sv_collxfrm
                     setgid
                     setuid
-                    win32_async_check
                     win32_free_childdir
                     win32_free_childenv
                     win32_get_childdir
index e0bee00..2bce0c1 100644 (file)
@@ -47,7 +47,9 @@ enum {
 
   MallocCfg_last
 };
+START_EXTERN_C
 extern IV *MallocCfg_ptr;
+END_EXTERN_C
 
 #endif