summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-06-22 17:47:10 +0000
committerBram Moolenaar <Bram@vim.org>2006-06-22 17:47:10 +0000
commit654b5b5572dd3d48deb2bd16db2bc5f676f62f68 (patch)
treea6025613293ea659b7bcd055774b2428afb78d22 /src/vim.h
parent35c9291be7653367db4799e2367647258c554705 (diff)
downloadvim-git-654b5b5572dd3d48deb2bd16db2bc5f676f62f68.tar.gz
updated for version 7.0-028v7.0.028
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index 3ee12bf69..a72e65556 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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