]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.214 v7.4.214
authorBram Moolenaar <Bram@vim.org>
Mon, 24 Mar 2014 18:44:09 +0000 (19:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 24 Mar 2014 18:44:09 +0000 (19:44 +0100)
Problem:    Compilation problems on HP_nonStop (Tandem).
Solution:   Add #defines. (Joachim Schmitz)

src/version.c
src/vim.h

index d8106a4313f801cffdaee5556b84a6aaa0408f46..43b921a126e8591d38eb8101f36e9b027d617914 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    214,
 /**/
     213,
 /**/
index ab73531c41dad1807c6326236b8985f483617090..ac2ca3005005aa6efc3aa077b65813c45d9f7a5c 100644 (file)
--- a/src/vim.h
+++ b/src/vim.h
 # 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