projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1950ee4
)
replace direct call to sighandler() with (*PL_sighandlerp)()
Gurusamy Sarathy [Fri, 5 May 2000 01:33:09 +0000 (
01:33
+0000)]
p4raw-id: //depot/perl@6067
win32/win32.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
e10b115
..
008d7e0
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-1757,7
+1757,7
@@
static VOID CALLBACK TimerProc(HWND win, UINT msg, UINT id, DWORD time)
dTHXo;
KillTimer(NULL,timerid);
timerid=0;
- sighandler(14);
+ CALL_FPTR(PL_sighandlerp)(14);
}
#endif /* !PERL_OBJECT */