Change 20032 by [EMAIL PROTECTED] on 2003/07/06 16:21:33
Forgotten from change #20031.
Affected files ...
... //depot/perl/makedef.pl#146 edit
... //depot/perl/malloc_ctl.h#2 edit
Differences ...
==== //depot/perl/makedef.pl#146 (text) ====
Index: perl/makedef.pl
--- perl/makedef.pl#145~20018~ Sat Jul 5 11:05:19 2003
+++ perl/makedef.pl Sun Jul 6 09:21:33 2003
@@ -295,7 +295,6 @@
Perl_sv_collxfrm
setgid
setuid
- win32_async_check
win32_free_childdir
win32_free_childenv
win32_get_childdir
==== //depot/perl/malloc_ctl.h#2 (text) ====
Index: perl/malloc_ctl.h
--- perl/malloc_ctl.h#1~19831~ Fri Jun 20 00:31:11 2003
+++ perl/malloc_ctl.h Sun Jul 6 09:21:33 2003
@@ -47,7 +47,9 @@
MallocCfg_last
};
+START_EXTERN_C
extern IV *MallocCfg_ptr;
+END_EXTERN_C
#endif
End of Patch.