mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 01:08:20 +00:00
os: remove legacy mch_libcall
Remove as much leftover cruft as possible. Tried to see which globals are now not used anymore.
This commit is contained in:

committed by
Justin M. Keyes

parent
99163c9f13
commit
bbb649ac69
@@ -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. */
|
||||
|
Reference in New Issue
Block a user