summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-12 22:40:29 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-12 22:40:29 +0000
commit5eba4c2daf212a2d89ab1cfec64648f8972749bf (patch)
tree231003a73716e86e6e04b6c8593608e6043569bf /src/vim.h
parenta40058acc73c68cf441d69a6fb6c8b16dc62d95b (diff)
downloadvim-git-5eba4c2daf212a2d89ab1cfec64648f8972749bf.tar.gz
updated for version 7.0108
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vim.h b/src/vim.h
index 20273b396..cdffd4a50 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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() */