diff options
| author | Karl Heuer | 1995-07-17 22:16:30 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-07-17 22:16:30 +0000 |
| commit | d5283a4c58a9a593ca816074f4f554fce99ab14e (patch) | |
| tree | 947b0837b68bc9e5cb07f551e2697629e837bfb1 | |
| parent | 845b1a3cc63ba2a7f96121570d838d1c91cb3d40 (diff) | |
| download | emacs-d5283a4c58a9a593ca816074f4f554fce99ab14e.tar.gz emacs-d5283a4c58a9a593ca816074f4f554fce99ab14e.zip | |
(SCO_R4): Defined.
| -rw-r--r-- | src/s/sco4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/sco4.h b/src/s/sco4.h index 080fd0cc784..0bb66a9a080 100644 --- a/src/s/sco4.h +++ b/src/s/sco4.h | |||
| @@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 21 | 21 | ||
| 22 | /* SCO is sort of like SVR3. */ | 22 | /* SCO is sort of like SVR3. */ |
| 23 | #include "usg5-3.h" | 23 | #include "usg5-3.h" |
| 24 | #define SCO_R4 | ||
| 24 | 25 | ||
| 25 | #if 0 /* Turned off rather than make the Lisp code check for this. -- rms. | 26 | #if 0 /* Turned off rather than make the Lisp code check for this. -- rms. |
| 26 | I am assuming that (at least most of) the tests for usg-unix-v | 27 | I am assuming that (at least most of) the tests for usg-unix-v |