mirror of
https://github.com/vim/vim.git
synced 2025-09-10 22:33:40 -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:
parent
5803ae6c07
commit
03305f396f
@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
214,
|
||||||
/**/
|
/**/
|
||||||
213,
|
213,
|
||||||
/**/
|
/**/
|
||||||
|
@ -77,6 +77,10 @@
|
|||||||
# endif
|
# endif
|
||||||
# include <floss.h>
|
# include <floss.h>
|
||||||
# define ROOT_UID 65535
|
# define ROOT_UID 65535
|
||||||
|
# define OLDXAW
|
||||||
|
# if (_TANDEM_ARCH_ == 2 && __H_Series_RVU >= 621)
|
||||||
|
# define SA_ONSTACK_COMPATIBILITY
|
||||||
|
# endif
|
||||||
#else
|
#else
|
||||||
# define ROOT_UID 0
|
# define ROOT_UID 0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user