# HG changeset patch # User Jim Blandy # Date 740418511 0 # Node ID 34b62c7ca0dc9dc2c2f0abae49257a223ff0db47 # Parent ec5cc4995395283853c3b1e88dfef30da12abbd3 Typo. diff -r ec5cc4995395 -r 34b62c7ca0dc src/m/news-risc.h --- a/src/m/news-risc.h Fri Jun 18 00:50:11 1993 +0000 +++ b/src/m/news-risc.h Fri Jun 18 15:48:31 1993 +0000 @@ -1,7 +1,6 @@ /* news-risc.h is for the "RISC News". */ #include "mips.h" -#undef LIBS_MACHINE /* The following line tells the configuration script what sort of operating system this machine is likely to run. @@ -23,5 +22,6 @@ /* We have no mode_t. */ #define NO_MODE_T -/* Don't use the definitoion in m/mips.h. */ +/* Don't use the definitions in m/mips.h. */ #undef LINKER +#undef LIBS_MACHINE