From: Bram Moolenaar Date: Mon, 24 Mar 2014 18:44:09 +0000 (+0100) Subject: updated for version 7.4.214 X-Git-Tag: v7.4.214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03305f396ff7be377cb608f1a281c1eb5aa80d0b;p=vim updated for version 7.4.214 Problem: Compilation problems on HP_nonStop (Tandem). Solution: Add #defines. (Joachim Schmitz) --- diff --git a/src/version.c b/src/version.c index d8106a431..43b921a12 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 214, /**/ 213, /**/ diff --git a/src/vim.h b/src/vim.h index ab73531c4..ac2ca3005 100644 --- a/src/vim.h +++ b/src/vim.h @@ -77,6 +77,10 @@ # endif # include # 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