mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
remove HAVE_SETJMP_H
This commit is contained in:

committed by
Thiago de Arruda

parent
f9b5ca8b85
commit
60a7ad8a47
@@ -592,7 +592,6 @@ EXTERN int orig_line_count INIT(= 0); /* Line count when "gR" started */
|
||||
EXTERN int vr_lines_changed INIT(= 0); /* #Lines changed by "gR" so far */
|
||||
|
||||
|
||||
#if defined(HAVE_SETJMP_H)
|
||||
/*
|
||||
* Stuff for setjmp() and longjmp().
|
||||
* Used to protect areas where we could crash.
|
||||
@@ -605,7 +604,6 @@ EXTERN volatile int lc_signal; /* caught signal number, 0 when no was signal
|
||||
# endif
|
||||
/* volatile because it is used in signal handler deathtrap(). */
|
||||
EXTERN volatile int lc_active INIT(= FALSE); /* TRUE when lc_jump_env is valid. */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* These flags are set based upon 'fileencoding'.
|
||||
|
Reference in New Issue
Block a user