0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0108

This commit is contained in:
Bram Moolenaar
2005-07-12 22:40:29 +00:00
parent a40058acc7
commit 5eba4c2daf
5 changed files with 54 additions and 24 deletions

View File

@@ -1894,11 +1894,11 @@ typedef int proftime_T; /* dummy for function prototypes */
# include <XSUB.h>
#endif
/* values for handle_signal() that are not a signal */
/* values for vim_handle_signal() that are not a signal */
#define SIGNAL_BLOCK -1
#define SIGNAL_UNBLOCK -2
#ifndef UNIX
# define handle_signal(x) 0
# define vim_handle_signal(x) 0
#endif
/* flags for skip_vimgrep_pat() */