aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-08-09 19:33:08 +0000
committerRichard M. Stallman1994-08-09 19:33:08 +0000
commit7da52177c8e1bef1175ebb8768856a5869d9eb3b (patch)
tree74a25b6b74902d2f8b04d1fe1513cfe75e29ae63 /src
parentcc4b6c0239670d4eeaa803bd740a5ec9e1e1d18c (diff)
downloademacs-7da52177c8e1bef1175ebb8768856a5869d9eb3b.tar.gz
emacs-7da52177c8e1bef1175ebb8768856a5869d9eb3b.zip
[USG5_4] (SVR4): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/m/i860.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/m/i860.h b/src/m/i860.h
index 5dc302a5cd2..0e32cc7f9a2 100644
--- a/src/m/i860.h
+++ b/src/m/i860.h
@@ -107,3 +107,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
107 code will not be sharable; but that's better than failing completely. */ 107 code will not be sharable; but that's better than failing completely. */
108 108
109#define NO_REMAP 109#define NO_REMAP
110
111/* The X11 include files for i860-sysv4 need the macro SVR4 defined.
112 --Kaveh Ghazi (ghazi@noc.rutgers.edu) 8/9/94. */
113#ifdef USG5_4
114#ifndef SVR4
115#define SVR4
116#endif
117#endif