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: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=03305f396ff7be377cb608f1a281c1eb5aa80d0b;p=thirdparty%2Fvim.git 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 d8106a4313..43b921a126 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 ab73531c41..ac2ca30050 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