diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-06-22 17:47:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-06-22 17:47:10 +0000 |
commit | 654b5b5572dd3d48deb2bd16db2bc5f676f62f68 (patch) | |
tree | a6025613293ea659b7bcd055774b2428afb78d22 /src/vim.h | |
parent | 35c9291be7653367db4799e2367647258c554705 (diff) | |
download | vim-git-654b5b5572dd3d48deb2bd16db2bc5f676f62f68.tar.gz |
updated for version 7.0-028v7.0.028
Diffstat (limited to 'src/vim.h')
-rw-r--r-- | src/vim.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |