mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0-028
This commit is contained in:
@@ -1983,7 +1983,7 @@ typedef int proftime_T; /* dummy for function prototypes */
|
||||
/* values for vim_handle_signal() that are not a signal */
|
||||
#define SIGNAL_BLOCK -1
|
||||
#define SIGNAL_UNBLOCK -2
|
||||
#if !defined(UNIX) && !defined(VMS)
|
||||
#if !defined(UNIX) && !defined(VMS) && !defined(OS2)
|
||||
# define vim_handle_signal(x) 0
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user