view 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
line wrap: on
line source

/* Handle Solaris 2.4.  */

#ifdef __GNUC__
#ifdef i386
/* Since we use gcc -traditional, we have to work around a bogus "volatile" in
   <sys/machlock.h>.  Must do this before #include "sol2-3.h".  */
#define volatile
#endif /* i386 */
#endif /* __GNUC__ */

#include "sol2-3.h"