1
0
forked from aniani/vim

updated for version 7.0108

This commit is contained in:
Bram Moolenaar
2005-07-12 22:42:41 +00:00
parent 5eba4c2daf
commit 1f28b07867
2 changed files with 15 additions and 15 deletions

View File

@@ -929,7 +929,7 @@ deathtrap SIGDEFARG(sigarg)
|| sigarg == SIGUSR2
# endif
)
&& !handle_signal(sigarg))
&& !vim_handle_signal(sigarg))
SIGRETURN;
#endif
@@ -1223,7 +1223,7 @@ catch_signals(func_deadly, func_other)
* Returns TRUE when Vim should exit.
*/
int
handle_signal(sig)
vim_handle_signal(sig)
int sig;
{
static int got_signal = 0;