comparison src/m/gould.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
23 along with GNU Emacs; see the file COPYING. If not, write to 23 along with GNU Emacs; see the file COPYING. If not, write to
24 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. */ 25 Boston, MA 02111-1307, USA. */
26 26
27 27
28 /* The following line tells the configuration script what sort of 28 /* The following line tells the configuration script what sort of
29 operating system this machine is likely to run. 29 operating system this machine is likely to run.
30 USUAL-OPSYS="note" 30 USUAL-OPSYS="note"
31 31
32 NOTE-START 32 NOTE-START
33 Gould Power Node (-machine=gould -opsystem=bsd4-2 or bsd4-3) 33 Gould Power Node (-machine=gould -opsystem=bsd4-2 or bsd4-3)
35 35
36 18.36 worked on versions 1.2 and 2.0 of the operating system. 36 18.36 worked on versions 1.2 and 2.0 of the operating system.
37 37
38 On UTX/32 2.0, use -opsystem=bsd4-3 38 On UTX/32 2.0, use -opsystem=bsd4-3
39 39
40 On UTX/32 1.2 and UTX/32S 1.0, use -opsystem=bsd4-2 and note that compiling 40 On UTX/32 1.2 and UTX/32S 1.0, use -opsystem=bsd4-2 and note that compiling
41 lib-src/sorted-doc tickles a compiler bug: remove the -g flag to cc in the 41 lib-src/sorted-doc tickles a compiler bug: remove the -g flag to cc in the
42 makefile. 42 makefile.
43 43
44 UTX/32 1.3 has a bug in the bcopy library routine. Fix it by 44 UTX/32 1.3 has a bug in the bcopy library routine. Fix it by
45 #undef BSTRING in gould.h. 45 #undef BSTRING in gould.h.
46 46
47 Version 19 incorporates support for releases 2.1 and later of UTX/32. 47 Version 19 incorporates support for releases 2.1 and later of UTX/32.
48 A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h. 48 A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h.
49 NOTE-END */ 49 NOTE-END */
68 68
69 #ifndef GOULD 69 #ifndef GOULD
70 #define GOULD 70 #define GOULD
71 #endif 71 #endif
72 72
73 /* sel is an old preprocessor name on gould machines 73 /* sel is an old preprocessor name on gould machines
74 - it is no longer needed and interferes with a variable in xmenu.c */ 74 - it is no longer needed and interferes with a variable in xmenu.c */
75 #undef sel 75 #undef sel
76 76
77 /* Use type int rather than a union, to represent Lisp_Object */ 77 /* Use type int rather than a union, to represent Lisp_Object */
78 /* This is desirable for most machines. */ 78 /* This is desirable for most machines. */