comparison src/s/sol2-4.h @ 8451:2c1c248f97d4

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Thu, 04 Aug 1994 23:29:11 +0000
parents
children 77d5e055dce1
comparison
equal deleted inserted replaced
8450:32bfc62d6231 8451:2c1c248f97d4
1 /* Handle Solaris 2.4. */
2
3 #ifdef __GNUC__
4 #ifdef i386
5 /* Since we use gcc -traditional, we have to work around a bogus "volatile" in
6 <sys/machlock.h>. Must do this before #include "sol2-3.h". */
7 #define volatile
8 #endif /* i386 */
9 #endif /* __GNUC__ */
10
11 #include "sol2-3.h"