diff src/s/template.h @ 3053:7d0d877f8733

Some makes can't handle form feed characters in their makefiles. * s/usg5-3.h: Remove form feed. * s/template.h, m/template.h: Remove form feeds.
author Jim Blandy <jimb@redhat.com>
date Tue, 25 May 1993 02:42:54 +0000
parents 725698689fbd
children 507f64624555
line wrap: on
line diff
--- a/src/s/template.h	Tue May 25 02:42:40 1993 +0000
+++ b/src/s/template.h	Tue May 25 02:42:54 1993 +0000
@@ -159,13 +159,15 @@
    is not ':', #define this to be the appropriate character constant.  */
 /* #define SEPCHAR ':' */
 
-/* Here, on a separate page, add any special hacks needed
+/* ============================================================ */
+
+/* Here, add any special hacks needed
    to make Emacs work on this system.  For example,
    you might define certain system call names that don't
    exist on your system, or that do different things on
    your system and must be used only through an encapsulation
    (Which you should place, by convention, in sysdep.c).  */
-
+
 /* Some compilers tend to put everything declared static
    into the initialized data area, which becomes pure after dumping Emacs.
    On these systems, you must #define static as nothing to foil this.
@@ -173,7 +175,7 @@
 
 /* #define static */
 
-
+/* ============================================================ */
 
 /* After adding support for a new system, modify the large case
    statement in the `configure' script to recognize reasonable