diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-12 22:40:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-12 22:40:29 +0000 |
commit | 5eba4c2daf212a2d89ab1cfec64648f8972749bf (patch) | |
tree | 231003a73716e86e6e04b6c8593608e6043569bf /src/vim.h | |
parent | a40058acc73c68cf441d69a6fb6c8b16dc62d95b (diff) | |
download | vim-git-5eba4c2daf212a2d89ab1cfec64648f8972749bf.tar.gz |
updated for version 7.0108
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() */ |