|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.214
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.214
|
|
|
3ef2ca |
Problem: Compilation problems on HP_nonStop (Tandem).
|
|
|
3ef2ca |
Solution: Add #defines. (Joachim Schmitz)
|
|
|
3ef2ca |
Files: src/vim.h
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.213/src/vim.h 2014-02-23 22:52:33.352764716 +0100
|
|
|
3ef2ca |
--- src/vim.h 2014-03-24 17:25:40.328710672 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 77,82 ****
|
|
|
3ef2ca |
--- 77,86 ----
|
|
|
3ef2ca |
# endif
|
|
|
3ef2ca |
# include <floss.h>
|
|
|
3ef2ca |
# define ROOT_UID 65535
|
|
|
3ef2ca |
+ # define OLDXAW
|
|
|
3ef2ca |
+ # if (_TANDEM_ARCH_ == 2 && __H_Series_RVU >= 621)
|
|
|
3ef2ca |
+ # define SA_ONSTACK_COMPATIBILITY
|
|
|
3ef2ca |
+ # endif
|
|
|
3ef2ca |
#else
|
|
|
3ef2ca |
# define ROOT_UID 0
|
|
|
3ef2ca |
#endif
|
|
|
3ef2ca |
*** ../vim-7.4.213/src/version.c 2014-03-23 16:03:56.171311627 +0100
|
|
|
3ef2ca |
--- src/version.c 2014-03-24 17:26:50.976711754 +0100
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 736,737 ****
|
|
|
3ef2ca |
--- 736,739 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 214,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
ARTHUR: You are indeed brave Sir knight, but the fight is mine.
|
|
|
3ef2ca |
BLACK KNIGHT: Had enough?
|
|
|
3ef2ca |
ARTHUR: You stupid bastard. You havn't got any arms left.
|
|
|
3ef2ca |
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|