aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-12 21:28:00 +0000
committerRichard M. Stallman1994-10-12 21:28:00 +0000
commitcea00ac3810e860a6a8b561be2aaaa23bc5844b4 (patch)
treeb84dc7647ada658efbf76aebb33ef0a8c7b5b528
parent340ff9deaea2a7258d3ee1eca65487b4cd8dd305 (diff)
downloademacs-cea00ac3810e860a6a8b561be2aaaa23bc5844b4.tar.gz
emacs-cea00ac3810e860a6a8b561be2aaaa23bc5844b4.zip
Comment changes.
-rw-r--r--src/config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/config.in b/src/config.in
index 1f88bdd54d9..87ff13fef59 100644
--- a/src/config.in
+++ b/src/config.in
@@ -177,24 +177,24 @@ and this notice must be preserved on all copies. */
177#undef EMACS_CONFIG_OPTIONS 177#undef EMACS_CONFIG_OPTIONS
178 178
179/* The configuration script defines opsysfile to be the name of the 179/* The configuration script defines opsysfile to be the name of the
180 s/*.h file that describes the system type you are using. The file 180 s/SYSTEM.h file that describes the system type you are using. The file
181 is chosen based on the configuration name you give. 181 is chosen based on the configuration name you give.
182 182
183 See the file ../etc/MACHINES for a list of systems and the 183 See the file ../etc/MACHINES for a list of systems and the
184 configuration names to use for them. 184 configuration names to use for them.
185 185
186 See s/template.h for documentation on writing s/*.h files. */ 186 See s/template.h for documentation on writing s/SYSTEM.h files. */
187#undef config_opsysfile 187#undef config_opsysfile
188#include config_opsysfile 188#include config_opsysfile
189 189
190/* The configuration script defines machfile to be the name of the 190/* The configuration script defines machfile to be the name of the
191 m/*.h file that describes the machine you are using. The file is 191 m/MACHINE.h file that describes the machine you are using. The file is
192 chosen based on the configuration name you give. 192 chosen based on the configuration name you give.
193 193
194 See the file ../etc/MACHINES for a list of machines and the 194 See the file ../etc/MACHINES for a list of machines and the
195 configuration names to use for them. 195 configuration names to use for them.
196 196
197 See m/template.h for documentation on writing m/*.h files. */ 197 See m/template.h for documentation on writing m/MACHINE.h files. */
198#undef config_machfile 198#undef config_machfile
199#include config_machfile 199#include config_machfile
200 200
@@ -222,7 +222,7 @@ typedef unsigned long EMACS_UINT;
222 have code for asynchronous subprocesses 222 have code for asynchronous subprocesses
223 (as used in M-x compile and M-x shell). 223 (as used in M-x compile and M-x shell).
224 These do not work for some USG systems yet; 224 These do not work for some USG systems yet;
225 for the ones where they work, the s/*.h file defines this flag. */ 225 for the ones where they work, the s/SYSTEM.h file defines this flag. */
226 226
227#ifndef VMS 227#ifndef VMS
228#ifndef USG 228#ifndef USG