Mercurial > emacs
diff lib-src/Makefile.in @ 14589:c1ca33c85944
Comment fixes.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Sat, 17 Feb 1996 02:23:13 +0000 |
| parents | ee40177f6c68 |
| children | 7cdabdc3ce59 |
line wrap: on
line diff
--- a/lib-src/Makefile.in Fri Feb 16 21:51:41 1996 +0000 +++ b/lib-src/Makefile.in Sat Feb 17 02:23:13 1996 +0000 @@ -156,12 +156,12 @@ #endif #endif -/* Some s/*.h files define this to request special libraries. */ +/* Some s/SYSTEM.h files define this to request special libraries. */ #ifndef LIBS_SYSTEM #define LIBS_SYSTEM #endif -/* Some m/*.h files define this to request special libraries. */ +/* Some m/MACHINE.h files define this to request special libraries. */ #ifndef LIBS_MACHINE #define LIBS_MACHINE #endif
