comparison src/vim.h @ 5739:fe02fdfbdec0 v7.4.214

updated for version 7.4.214 Problem: Compilation problems on HP_nonStop (Tandem). Solution: Add #defines. (Joachim Schmitz)
author Bram Moolenaar <bram@vim.org>
date Mon, 24 Mar 2014 19:44:09 +0100
parents 136f05449f29
children d2286df8719d
comparison
equal deleted inserted replaced
5738:93bc4ba17595 5739:fe02fdfbdec0
75 # ifndef _TANDEM_SOURCE 75 # ifndef _TANDEM_SOURCE
76 # define _TANDEM_SOURCE 76 # define _TANDEM_SOURCE
77 # endif 77 # endif
78 # include <floss.h> 78 # include <floss.h>
79 # define ROOT_UID 65535 79 # define ROOT_UID 65535
80 # define OLDXAW
81 # if (_TANDEM_ARCH_ == 2 && __H_Series_RVU >= 621)
82 # define SA_ONSTACK_COMPATIBILITY
83 # endif
80 #else 84 #else
81 # define ROOT_UID 0 85 # define ROOT_UID 0
82 #endif 86 #endif
83 87
84 #ifdef __EMX__ /* hand-edited config.h for OS/2 with EMX */ 88 #ifdef __EMX__ /* hand-edited config.h for OS/2 with EMX */