# HG changeset patch # User Jim Blandy # Date 738297774 0 # Node ID 7d0d877f87336da952c418b151c98e9c6ef9368f # Parent ea2a833f0636b05dbd1ff089553b532290f31f18 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. diff -r ea2a833f0636 -r 7d0d877f8733 src/s/template.h --- 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 diff -r ea2a833f0636 -r 7d0d877f8733 src/s/usg5-3.h --- a/src/s/usg5-3.h Tue May 25 02:42:40 1993 +0000 +++ b/src/s/usg5-3.h Tue May 25 02:42:54 1993 +0000 @@ -149,7 +149,7 @@ /* Define this if system V IPC is available. */ #define HAVE_SYSVIPC - + /* Special hacks needed to make Emacs run on this system. */ /*