commit | 03305f396ff7be377cb608f1a281c1eb5aa80d0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 24 19:44:09 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 24 19:44:09 2014 +0100 |
tree | b92428c6d3cded9387a1abd424104b6ff240cf89 | |
parent | 5803ae6c076b1d61381afe27fcdedac61dd2cda9 [diff] [blame] |
updated for version 7.4.214 Problem: Compilation problems on HP_nonStop (Tandem). Solution: Add #defines. (Joachim Schmitz)
diff --git a/src/vim.h b/src/vim.h index ab73531..ac2ca30 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