Blame SOURCES/7.4.214

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