From a704a6841046013d55f405612d735bb7134ffbf5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Aug 1994 23:29:11 +0000 Subject: [PATCH] Initial revision --- src/s/sol2-4.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/s/sol2-4.h diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h new file mode 100644 index 00000000000..e2ed1181264 --- /dev/null +++ b/src/s/sol2-4.h @@ -0,0 +1,11 @@ +/* Handle Solaris 2.4. */ + +#ifdef __GNUC__ +#ifdef i386 +/* Since we use gcc -traditional, we have to work around a bogus "volatile" in + . Must do this before #include "sol2-3.h". */ +#define volatile +#endif /* i386 */ +#endif /* __GNUC__ */ + +#include "sol2-3.h" -- 2.39.5