aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJim Blandy1993-05-25 02:42:54 +0000
committerJim Blandy1993-05-25 02:42:54 +0000
commitf507095065c699208b385adc13efeaca6639cf8d (patch)
tree0e0bbd119d29adda266344e56dccd817f1dcb9ca /src/s
parenta753b63755835e3fe5f48acc2196cac71e352b2d (diff)
downloademacs-f507095065c699208b385adc13efeaca6639cf8d.tar.gz
emacs-f507095065c699208b385adc13efeaca6639cf8d.zip
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')
-rw-r--r--src/s/template.h8
-rw-r--r--src/s/usg5-3.h2
2 files changed, 6 insertions, 4 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. */
159 is not ':', #define this to be the appropriate character constant. */ 159 is not ':', #define this to be the appropriate character constant. */
160/* #define SEPCHAR ':' */ 160/* #define SEPCHAR ':' */
161 161
162/* Here, on a separate page, add any special hacks needed 162/* ============================================================ */
163
164/* Here, add any special hacks needed
163 to make Emacs work on this system. For example, 165 to make Emacs work on this system. For example,
164 you might define certain system call names that don't 166 you might define certain system call names that don't
165 exist on your system, or that do different things on 167 exist on your system, or that do different things on
166 your system and must be used only through an encapsulation 168 your system and must be used only through an encapsulation
167 (Which you should place, by convention, in sysdep.c). */ 169 (Which you should place, by convention, in sysdep.c). */
168 170
169/* Some compilers tend to put everything declared static 171/* Some compilers tend to put everything declared static
170 into the initialized data area, which becomes pure after dumping Emacs. 172 into the initialized data area, which becomes pure after dumping Emacs.
171 On these systems, you must #define static as nothing to foil this. 173 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. */
173 175
174/* #define static */ 176/* #define static */
175 177
176 178/* ============================================================ */
177 179
178/* After adding support for a new system, modify the large case 180/* After adding support for a new system, modify the large case
179 statement in the `configure' script to recognize reasonable 181 statement in the `configure' script to recognize reasonable
diff --git a/src/s/usg5-3.h b/src/s/usg5-3.h
index e982a384f3e..2a14523bdeb 100644
--- a/src/s/usg5-3.h
+++ b/src/s/usg5-3.h
@@ -149,7 +149,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
149/* Define this if system V IPC is available. */ 149/* Define this if system V IPC is available. */
150 150
151#define HAVE_SYSVIPC 151#define HAVE_SYSVIPC
152 152
153/* Special hacks needed to make Emacs run on this system. */ 153/* Special hacks needed to make Emacs run on this system. */
154 154
155/* 155/*