Change 29424 by [EMAIL PROTECTED] on 2006/11/30 09:45:47
I think #29060 / #29073 missed this
Affected files ...
... //depot/perl/win32/win32.c#265 edit
... //depot/perl/win32/wince.c#2 edit
Differences ...
==== //depot/perl/win32/win32.c#265 (text) ====
Index: perl/win32/win32.c
--- perl/win32/win32.c#264~29218~ 2006-11-06 08:26:48.000000000 -0800
+++ perl/win32/win32.c 2006-11-30 01:45:47.000000000 -0800
@@ -4902,8 +4902,10 @@
void
Perl_win32_term(void)
{
+ dTHX;
HINTS_REFCNT_TERM;
OP_REFCNT_TERM;
+ PERLIO_TERM;
MALLOC_TERM;
}
==== //depot/perl/win32/wince.c#2 (text) ====
Index: perl/win32/wince.c
--- perl/win32/wince.c#1~28061~ 2006-05-02 07:28:31.000000000 -0700
+++ perl/win32/wince.c 2006-11-30 01:45:47.000000000 -0800
@@ -2660,8 +2660,10 @@
DllExport void
Perl_win32_term(void)
{
+ dTHX;
HINTS_REFCNT_TERM;
OP_REFCNT_TERM;
+ PERLIO_TERM;
MALLOC_TERM;
}
End of Patch.