]> git.eshelyaron.com Git - emacs.git/commitdiff
Initial revision
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 23:29:11 +0000 (23:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 23:29:11 +0000 (23:29 +0000)
src/s/sol2-4.h [new file with mode: 0644]

diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h
new file mode 100644 (file)
index 0000000..e2ed118
--- /dev/null
@@ -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
+   <sys/machlock.h>.  Must do this before #include "sol2-3.h".  */
+#define volatile
+#endif /* i386 */
+#endif /* __GNUC__ */
+
+#include "sol2-3.h"