summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/vim.h b/src/vim.h
index cd283d23d7..798d80d789 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1843,12 +1843,11 @@ typedef int VimClipboard; /* This is required for the prototypes. */
# include <XSUB.h>
#endif
-/* values for handle_sighup() */
-#define SIGHUP_RCV 1
-#define SIGHUP_BLOCK 2
-#define SIGHUP_UNBLOCK 3
+/* values for handle_signal() that are not a signal */
+#define SIGNAL_BLOCK -1
+#define SIGNAL_UNBLOCK -2
#ifndef UNIX
-# define handle_sighup(x) /* nothing */
+# define handle_signal(x) 0
#endif
#endif /* VIM__H */