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