aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1996-02-17 02:23:13 +0000
committerKarl Heuer1996-02-17 02:23:13 +0000
commitf11c1c141cad3fa0a446573d0956b9891ee105c7 (patch)
treed2f94ed2a304fe87c4604058ef3f8209a590bc2f /src
parentbf04a50e58bdec1524cae3407d24c624aa4ed9e9 (diff)
downloademacs-f11c1c141cad3fa0a446573d0956b9891ee105c7.tar.gz
emacs-f11c1c141cad3fa0a446573d0956b9891ee105c7.zip
Comment fixes.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in14
-rw-r--r--src/config.in2
2 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index dfbac65c5ef..8e3924ad50e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -112,12 +112,12 @@ CC = C_COMPILER
112#define LIBS_DEBUG -lg 112#define LIBS_DEBUG -lg
113#endif 113#endif
114 114
115/* Some s/*.h files define this to request special libraries. */ 115/* Some s/SYSTEM.h files define this to request special libraries. */
116#ifndef LIBS_SYSTEM 116#ifndef LIBS_SYSTEM
117#define LIBS_SYSTEM 117#define LIBS_SYSTEM
118#endif 118#endif
119 119
120/* Some m/*.h files define this to request special libraries. */ 120/* Some m/MACHINE.h files define this to request special libraries. */
121#ifndef LIBS_MACHINE 121#ifndef LIBS_MACHINE
122#define LIBS_MACHINE 122#define LIBS_MACHINE
123#endif 123#endif
@@ -130,7 +130,7 @@ CC = C_COMPILER
130# endif /* ! defined (LISP_FLOAT_TYPE) */ 130# endif /* ! defined (LISP_FLOAT_TYPE) */
131#endif /* LIB_MATH */ 131#endif /* LIB_MATH */
132 132
133/* Some s/*.h files define this to request special switches in ld. */ 133/* Some s/SYSTEM.h files define this to request special switches in ld. */
134#ifndef LD_SWITCH_SYSTEM 134#ifndef LD_SWITCH_SYSTEM
135#if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF))) 135#if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)))
136#define LD_SWITCH_SYSTEM -X 136#define LD_SWITCH_SYSTEM -X
@@ -139,17 +139,17 @@ CC = C_COMPILER
139#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */ 139#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
140#endif /* LD_SWITCH_SYSTEM */ 140#endif /* LD_SWITCH_SYSTEM */
141 141
142/* Some m/*.h files define this to request special switches in ld. */ 142/* Some m/MACHINE.h files define this to request special switches in ld. */
143#ifndef LD_SWITCH_MACHINE 143#ifndef LD_SWITCH_MACHINE
144#define LD_SWITCH_MACHINE 144#define LD_SWITCH_MACHINE
145#endif 145#endif
146 146
147/* Some m/*.h files define this to request special switches in cc. */ 147/* Some m/MACHINE.h files define this to request special switches in cc. */
148#ifndef C_SWITCH_MACHINE 148#ifndef C_SWITCH_MACHINE
149#define C_SWITCH_MACHINE 149#define C_SWITCH_MACHINE
150#endif 150#endif
151 151
152/* Some s/*.h files define this to request special switches in cc. */ 152/* Some s/SYSTEM.h files define this to request special switches in cc. */
153#ifndef C_SWITCH_SYSTEM 153#ifndef C_SWITCH_SYSTEM
154#define C_SWITCH_SYSTEM 154#define C_SWITCH_SYSTEM
155#endif 155#endif
@@ -513,7 +513,7 @@ SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o intervals.o textprop.o \
513 513
514#ifdef TERMINFO 514#ifdef TERMINFO
515/* Used to be -ltermcap here. If your machine needs that, 515/* Used to be -ltermcap here. If your machine needs that,
516 define LIBS_TERMCAP in the m/*.h file. */ 516 define LIBS_TERMCAP in the m/MACHINE.h file. */
517#ifndef LIBS_TERMCAP 517#ifndef LIBS_TERMCAP
518#define LIBS_TERMCAP -lcurses 518#define LIBS_TERMCAP -lcurses
519#endif /* LIBS_TERMCAP */ 519#endif /* LIBS_TERMCAP */
diff --git a/src/config.in b/src/config.in
index 54b27d2a7a8..595ac54e4fb 100644
--- a/src/config.in
+++ b/src/config.in
@@ -323,7 +323,7 @@ extern char *getenv ();
323#endif /* EMACS_CONFIG_H */ 323#endif /* EMACS_CONFIG_H */
324 324
325/* These default definitions are good for almost all machines. 325/* These default definitions are good for almost all machines.
326 The exceptions override them in m/*.h. */ 326 The exceptions override them in m/MACHINE.h. */
327 327
328#ifndef BITS_PER_CHAR 328#ifndef BITS_PER_CHAR
329#define BITS_PER_CHAR 8 329#define BITS_PER_CHAR 8