diff options
Diffstat (limited to 'src/nvim/os_unix_defs.h')
-rw-r--r-- | src/nvim/os_unix_defs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/nvim/os_unix_defs.h b/src/nvim/os_unix_defs.h index ebecca3aae..6a3934b0c8 100644 --- a/src/nvim/os_unix_defs.h +++ b/src/nvim/os_unix_defs.h @@ -262,17 +262,6 @@ # include <strings.h> #endif -#include <setjmp.h> -#ifdef HAVE_SIGSETJMP -# define JMP_BUF sigjmp_buf -# define SETJMP(x) sigsetjmp((x), 1) -# define LONGJMP siglongjmp -#else -# define JMP_BUF jmp_buf -# define SETJMP(x) setjmp(x) -# define LONGJMP longjmp -#endif - #define HAVE_DUP /* have dup() */ /* We have three kinds of ACL support. */ |