summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-03-24 19:44:09 +0100
committerBram Moolenaar <Bram@vim.org>2014-03-24 19:44:09 +0100
commit03305f396ff7be377cb608f1a281c1eb5aa80d0b (patch)
treeb92428c6d3cded9387a1abd424104b6ff240cf89 /src/vim.h
parent5803ae6c076b1d61381afe27fcdedac61dd2cda9 (diff)
downloadvim-git-03305f396ff7be377cb608f1a281c1eb5aa80d0b.tar.gz
updated for version 7.4.214v7.4.214
Problem: Compilation problems on HP_nonStop (Tandem). Solution: Add #defines. (Joachim Schmitz)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 4 insertions, 0 deletions
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 <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