0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0057

This commit is contained in:
Bram Moolenaar
2005-03-07 23:09:59 +00:00
parent fd91ecbbe0
commit 44ecf65f74
7 changed files with 44 additions and 47 deletions

View File

@@ -841,7 +841,10 @@ sig_alarm SIGDEFARG(sigarg)
}
#endif
#if defined(HAVE_SETJMP_H) || defined(PROTO)
#if (defined(HAVE_SETJMP_H) \
&& ((defined(FEAT_X11) && defined(FEAT_XCLIPBOARD)) \
|| defined(FEAT_LIBCALL))) \
|| defined(PROTO)
/*
* A simplistic version of setjmp() that only allows one level of using.
* Don't call twice before calling mch_endjmp()!.