comparison src/config.in @ 14589:c1ca33c85944

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Sat, 17 Feb 1996 02:23:13 +0000
parents 19e39562869b
children a10f783eeb28
comparison
equal deleted inserted replaced
14588:cf9a69c6ffdd 14589:c1ca33c85944
321 #endif 321 #endif
322 322
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
330 #endif 330 #endif
331 331