diff options
| author | Jim Blandy | 1993-06-18 15:48:31 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-18 15:48:31 +0000 |
| commit | 40166bf181ab7e556ec427b727ad23d2afadfe3a (patch) | |
| tree | 2f67847c43b4b96421f4fab909517ee9a5103ae4 /src/m | |
| parent | 0dc610dd356da92d9bccb9a39e6f22701669ef38 (diff) | |
| download | emacs-40166bf181ab7e556ec427b727ad23d2afadfe3a.tar.gz emacs-40166bf181ab7e556ec427b727ad23d2afadfe3a.zip | |
Typo.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/news-risc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m/news-risc.h b/src/m/news-risc.h index 798726911a4..d5a6d07aa9f 100644 --- a/src/m/news-risc.h +++ b/src/m/news-risc.h | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* news-risc.h is for the "RISC News". */ | 1 | /* news-risc.h is for the "RISC News". */ |
| 2 | 2 | ||
| 3 | #include "mips.h" | 3 | #include "mips.h" |
| 4 | #undef LIBS_MACHINE | ||
| 5 | 4 | ||
| 6 | /* The following line tells the configuration script what sort of | 5 | /* The following line tells the configuration script what sort of |
| 7 | operating system this machine is likely to run. | 6 | operating system this machine is likely to run. |
| @@ -23,5 +22,6 @@ | |||
| 23 | /* We have no mode_t. */ | 22 | /* We have no mode_t. */ |
| 24 | #define NO_MODE_T | 23 | #define NO_MODE_T |
| 25 | 24 | ||
| 26 | /* Don't use the definitoion in m/mips.h. */ | 25 | /* Don't use the definitions in m/mips.h. */ |
| 27 | #undef LINKER | 26 | #undef LINKER |
| 27 | #undef LIBS_MACHINE | ||