comparison src/m/plexus.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 4be8406ebef9
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 21
22 /* The following line tells the configuration script what sort of 22 /* The following line tells the configuration script what sort of
23 operating system this machine is likely to run. 23 operating system this machine is likely to run.
24 USUAL-OPSYS="usg5-2" */ 24 USUAL-OPSYS="usg5-2" */
25 25
26 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 26 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
27 is the most significant byte. */ 27 is the most significant byte. */
86 when Emacs is dumped. If you define this, the preloaded Lisp 86 when Emacs is dumped. If you define this, the preloaded Lisp
87 code will not be sharable; but that's better than failing completely. */ 87 code will not be sharable; but that's better than failing completely. */
88 88
89 #undef NO_REMAP 89 #undef NO_REMAP
90 90
91 /* Use the following on ld so we can use the gnu crt0 91 /* Use the following on ld so we can use the gnu crt0
92 The plexus ld looks for start */ 92 The plexus ld looks for start */
93 #define LD_SWITCH_MACHINE -e __start 93 #define LD_SWITCH_MACHINE -e __start
94 94
95 /* Use the PW library, which contains alloca. */ 95 /* Use the PW library, which contains alloca. */
96 96