diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-08 15:40:46 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-10-08 15:40:46 +0000 |
commit | ff26ac79c5001a9bf21ceeedd9c2103f895992ec (patch) | |
tree | c6748ea500ebcde15ebdc7c0e8bd5b3130d60702 /mg.c | |
parent | 93af7a870f71dbbb13443b4087703de0221add17 (diff) | |
download | perl-ff26ac79c5001a9bf21ceeedd9c2103f895992ec.tar.gz |
Fix up 5.004_03 merge: remove missing win32 files from MANIFEST,
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
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1698,6 +1698,7 @@ static void unwind_handler_stack(p) void *p; { + dTHR; U32 flags = *(U32*)p; if (flags & 1) |