commit | b635633989f0ff5a5dbb564d65d332741f0e3e8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 18 21:40:44 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 18 21:40:44 2005 +0000 |
tree | c7c744c865d0004b0ed58a2f573d8cbbce7ab7b8 | |
parent | e759a7aa9a514626cd0373d1bd4e92777b1730c5 [diff] [blame] |
updated for version 7.0109
diff --git a/src/vim.h b/src/vim.h index cdffd4a..d8cd699 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1897,7 +1897,7 @@ /* values for vim_handle_signal() that are not a signal */ #define SIGNAL_BLOCK -1 #define SIGNAL_UNBLOCK -2 -#ifndef UNIX +#if !defined(UNIX) && !defined(VMS) # define vim_handle_signal(x) 0 #endif