From: Richard M. Stallman Date: Thu, 4 Aug 1994 23:29:11 +0000 (+0000) Subject: Initial revision X-Git-Tag: emacs-19.34~7402 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a704a6841046013d55f405612d735bb7134ffbf5;p=emacs.git Initial revision --- 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"