comparison src/m/convex.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="bsd4-3" */ 24 USUAL-OPSYS="bsd4-3" */
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. */
36 36
37 /* Define WORD_MACHINE if addresses and such have 37 /* Define WORD_MACHINE if addresses and such have
38 * to be corrected before they can be used as byte counts. */ 38 * to be corrected before they can be used as byte counts. */
39 39
40 /* #define WORD_MACHINE */ 40 /* #define WORD_MACHINE */
41 41
42 /* Now define a symbol for the cpu type, if your compiler 42 /* Now define a symbol for the cpu type, if your compiler
43 does not define it automatically. */ 43 does not define it automatically. */
44 #ifndef convex /* The compiler doesn't always do this. */ 44 #ifndef convex /* The compiler doesn't always do this. */
45 #define convex 45 #define convex
46 #endif 46 #endif
52 52
53 #ifndef __GNUC__ /* David M. Cooke <dcooke@haven.larc.nasa.gov> 53 #ifndef __GNUC__ /* David M. Cooke <dcooke@haven.larc.nasa.gov>
54 and Ralph Sobek <Ralph.Sobek@cerfacs.fr> agree 54 and Ralph Sobek <Ralph.Sobek@cerfacs.fr> agree
55 must ignore one arg when compiled with convex compiler. */ 55 must ignore one arg when compiled with convex compiler. */
56 #define CRT0_DUMMIES ignore, 56 #define CRT0_DUMMIES ignore,
57 #else 57 #else
58 #define CRT0_DUMMIES 58 #define CRT0_DUMMIES
59 #endif 59 #endif
60 60
61 /* crt0.c should define a symbol `start' and do .globl with a dot. */ 61 /* crt0.c should define a symbol `start' and do .globl with a dot. */
62 62
84 numerically. */ 84 numerically. */
85 85
86 /*#define VIRT_ADDR_VARIES*/ 86 /*#define VIRT_ADDR_VARIES*/
87 87
88 /* Must use the system's termcap. It does special things. */ 88 /* Must use the system's termcap. It does special things. */
89 89
90 #define LIBS_TERMCAP -ltermcap 90 #define LIBS_TERMCAP -ltermcap
91 91
92 /* Define NO_REMAP if memory segmentation makes it not work well 92 /* Define NO_REMAP if memory segmentation makes it not work well
93 to change the boundary between the text section and data section 93 to change the boundary between the text section and data section
94 when Emacs is dumped. If you define this, the preloaded Lisp 94 when Emacs is dumped. If you define this, the preloaded Lisp
95 code will not be sharable; but that's better than failing completely. */ 95 code will not be sharable; but that's better than failing completely. */
96 96