add missing dTHR; to new function unwind_handler_stack() in mg.c
and bump patchlevel.h to 5.004_52.
p4raw-id: //depot/perl@115
win32/TEST Win32 port
win32/autosplit.pl Win32 port
win32/bin/network.pl Win32 port
-win32/bin/pl2bat.pl wrap perl scripts into batch files
-win32/bin/runperl.pl run perl script via batch file namesake
-win32/bin/search.pl Win32 port
-win32/bin/webget.pl Win32 port
win32/bin/www.pl Win32 port
win32/config.bc Win32 base line config.sh (Borland C++ build)
win32/config.vc Win32 base line config.sh (Visual C++ build)
unwind_handler_stack(p)
void *p;
{
+ dTHR;
U32 flags = *(U32*)p;
if (flags & 1)
#define PATCHLEVEL 4
-#define SUBVERSION 51
+#define SUBVERSION 52
/*
local_patches -- list of locally applied less-than-subversion patches.