comparison src/m/vax.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children 41ff10fd062f
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
89 #endif /* VMS */ 89 #endif /* VMS */
90 90
91 /* Vax sysV has alloca in the PW library. */ 91 /* Vax sysV has alloca in the PW library. */
92 92
93 #ifdef USG 93 #ifdef USG
94 #define LIB_STANDARD -lPW -lc 94 #define LIB_STANDARD "-lPW -lc"
95 #define HAVE_ALLOCA 95 #define HAVE_ALLOCA
96 96
97 /* There is some bug in unexec in for usg 5.2 on a vax 97 /* There is some bug in unexec in for usg 5.2 on a vax
98 which nobody who runs such a system has yet tracked down. */ 98 which nobody who runs such a system has yet tracked down. */
99 #ifndef USG5_0 99 #ifndef USG5_0