comparison src/vim.h @ 7408:1886f2863437 v7.4.1008

commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 31 19:07:19 2015 +0100 patch 7.4.1008 Problem: The OS/2 code pollutes the source while nobody uses it these days. Solution: Drop the support for OS/2.
author Christian Brabandt <cb@256bit.org>
date Thu, 31 Dec 2015 19:15:05 +0100
parents 6fbeef3b65e6
children ad432f8f68fb
comparison
equal deleted inserted replaced
7407:829dfc144dd4 7408:1886f2863437
1680 int vim_memcmp __ARGS((void *, void *, size_t)); 1680 int vim_memcmp __ARGS((void *, void *, size_t));
1681 # define VIM_MEMCMP 1681 # define VIM_MEMCMP
1682 # endif 1682 # endif
1683 #endif 1683 #endif
1684 1684
1685 #if defined(UNIX) || defined(FEAT_GUI) || defined(OS2) || defined(VMS) \ 1685 #if defined(UNIX) || defined(FEAT_GUI) || defined(VMS) \
1686 || defined(FEAT_CLIENTSERVER) 1686 || defined(FEAT_CLIENTSERVER)
1687 # define USE_INPUT_BUF 1687 # define USE_INPUT_BUF
1688 #endif 1688 #endif
1689 1689
1690 #ifndef EINTR 1690 #ifndef EINTR
2235 #endif 2235 #endif
2236 2236
2237 /* values for vim_handle_signal() that are not a signal */ 2237 /* values for vim_handle_signal() that are not a signal */
2238 #define SIGNAL_BLOCK -1 2238 #define SIGNAL_BLOCK -1
2239 #define SIGNAL_UNBLOCK -2 2239 #define SIGNAL_UNBLOCK -2
2240 #if !defined(UNIX) && !defined(VMS) && !defined(OS2) 2240 #if !defined(UNIX) && !defined(VMS)
2241 # define vim_handle_signal(x) 0 2241 # define vim_handle_signal(x) 0
2242 #endif 2242 #endif
2243 2243
2244 /* flags for skip_vimgrep_pat() */ 2244 /* flags for skip_vimgrep_pat() */
2245 #define VGR_GLOBAL 1 2245 #define VGR_GLOBAL 1