Mercurial > emacs
changeset 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 | ea2a833f0636 |
children | 57814bb76b37 |
files | src/s/template.h src/s/usg5-3.h |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
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