diff src/vim.h @ 412:53c36fa7dc29

updated for version 7.0108
author vimboss
date Tue, 12 Jul 2005 22:40:29 +0000
parents aa550d9d2403
children 3da34f87c760
line wrap: on
line diff
--- a/src/vim.h
+++ b/src/vim.h
@@ -1894,11 +1894,11 @@ typedef int proftime_T;	    /* dummy for
 # 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() */