summaryrefslogtreecommitdiff
path: root/src/s/template.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-05-25 02:42:54 +0000
committerJim Blandy <jimb@redhat.com>1993-05-25 02:42:54 +0000
commitf507095065c699208b385adc13efeaca6639cf8d (patch)
tree0e0bbd119d29adda266344e56dccd817f1dcb9ca /src/s/template.h
parenta753b63755835e3fe5f48acc2196cac71e352b2d (diff)
downloademacs-f507095065c699208b385adc13efeaca6639cf8d.tar.gz
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.
Diffstat (limited to 'src/s/template.h')
-rw-r--r--src/s/template.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/s/template.h b/src/s/template.h
index 6460deab05b..62eb065dc36 100644
--- a/src/s/template.h
+++ b/src/s/template.h
@@ -159,13 +159,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* #define static */
-
+/* ============================================================ */
/* After adding support for a new system, modify the large case
statement in the `configure' script to recognize reasonable