commit | 654b5b5572dd3d48deb2bd16db2bc5f676f62f68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 17:47:10 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 22 17:47:10 2006 +0000 |
tree | a6025613293ea659b7bcd055774b2428afb78d22 | |
parent | 35c9291be7653367db4799e2367647258c554705 [diff] [blame] |
updated for version 7.0-028
diff --git a/src/vim.h b/src/vim.h index 3ee12bf..a72e655 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1983,7 +1983,7 @@ /* 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