# HG changeset patch # User Karl Heuer # Date 824523793 0 # Node ID c1ca33c85944759060828f8ed3cbb10ae898a7f8 # Parent cf9a69c6ffdd032b5c0e32e7b84aa8cae38bd879 Comment fixes. diff -r cf9a69c6ffdd -r c1ca33c85944 lib-src/Makefile.in --- 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 diff -r cf9a69c6ffdd -r c1ca33c85944 src/Makefile.in --- a/src/Makefile.in Fri Feb 16 21:51:41 1996 +0000 +++ b/src/Makefile.in Sat Feb 17 02:23:13 1996 +0000 @@ -112,12 +112,12 @@ #define LIBS_DEBUG -lg #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 @@ -130,7 +130,7 @@ # endif /* ! defined (LISP_FLOAT_TYPE) */ #endif /* LIB_MATH */ -/* Some s/*.h files define this to request special switches in ld. */ +/* Some s/SYSTEM.h files define this to request special switches in ld. */ #ifndef LD_SWITCH_SYSTEM #if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF))) #define LD_SWITCH_SYSTEM -X @@ -139,17 +139,17 @@ #endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */ #endif /* LD_SWITCH_SYSTEM */ -/* Some m/*.h files define this to request special switches in ld. */ +/* Some m/MACHINE.h files define this to request special switches in ld. */ #ifndef LD_SWITCH_MACHINE #define LD_SWITCH_MACHINE #endif -/* Some m/*.h files define this to request special switches in cc. */ +/* Some m/MACHINE.h files define this to request special switches in cc. */ #ifndef C_SWITCH_MACHINE #define C_SWITCH_MACHINE #endif -/* Some s/*.h files define this to request special switches in cc. */ +/* Some s/SYSTEM.h files define this to request special switches in cc. */ #ifndef C_SWITCH_SYSTEM #define C_SWITCH_SYSTEM #endif @@ -513,7 +513,7 @@ #ifdef TERMINFO /* Used to be -ltermcap here. If your machine needs that, - define LIBS_TERMCAP in the m/*.h file. */ + define LIBS_TERMCAP in the m/MACHINE.h file. */ #ifndef LIBS_TERMCAP #define LIBS_TERMCAP -lcurses #endif /* LIBS_TERMCAP */ diff -r cf9a69c6ffdd -r c1ca33c85944 src/config.in --- a/src/config.in Fri Feb 16 21:51:41 1996 +0000 +++ b/src/config.in Sat Feb 17 02:23:13 1996 +0000 @@ -323,7 +323,7 @@ #endif /* EMACS_CONFIG_H */ /* These default definitions are good for almost all machines. - The exceptions override them in m/*.h. */ + The exceptions override them in m/MACHINE.h. */ #ifndef BITS_PER_CHAR #define BITS_PER_CHAR 8