0
0
mirror of https://github.com/vim/vim.git synced 2025-09-06 21:53:38 -04:00

updated for version 7.4.214

Problem:    Compilation problems on HP_nonStop (Tandem).
Solution:   Add #defines. (Joachim Schmitz)
This commit is contained in:
Bram Moolenaar 2014-03-24 19:44:09 +01:00
parent 5803ae6c07
commit 03305f396f
2 changed files with 6 additions and 0 deletions

View File

@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
214,
/**/
213,
/**/

View File

@ -77,6 +77,10 @@
# endif
# include <floss.h>
# define ROOT_UID 65535
# define OLDXAW
# if (_TANDEM_ARCH_ == 2 && __H_Series_RVU >= 621)
# define SA_ONSTACK_COMPATIBILITY
# endif
#else
# define ROOT_UID 0
#endif