1
0
forked from aniani/vim

updated for version 7.0022

This commit is contained in:
Bram Moolenaar
2004-12-12 11:33:30 +00:00
parent 293ee4d421
commit d8b0cf1cc5
20 changed files with 347 additions and 120 deletions

View File

@@ -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 */