comparison src/m/gould.h @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
3 3
4 * NOTE: If you are running a pre-release of UTX/32 2.1 you should #define 4 * NOTE: If you are running a pre-release of UTX/32 2.1 you should #define
5 * RELEASE2_1 in config.h. This may also be necessary with un-updated 5 * RELEASE2_1 in config.h. This may also be necessary with un-updated
6 * official releases of 2.1 6 * official releases of 2.1
7 7
8 Copyright (C) 1986, 2002 Free Software Foundation, Inc. 8 Copyright (C) 1986, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
9 9
10 This file is part of GNU Emacs. 10 This file is part of GNU Emacs.
11 11
12 GNU Emacs is free software; you can redistribute it and/or modify 12 GNU Emacs is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by 13 it under the terms of the GNU General Public License as published by
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details. 20 GNU General Public License for more details.
21 21
22 You should have received a copy of the GNU General Public License 22 You should have received a copy of the GNU General Public License
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., 51 Franklin Street, Fifth Floor,
25 Boston, MA 02111-1307, USA. */ 25 Boston, MA 02110-1301, 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"
181 181
182 /* We use the system's crt0.o. Somehow it avoids losing 182 /* We use the system's crt0.o. Somehow it avoids losing
183 with `environ' the way most standard crt0.o's do. */ 183 with `environ' the way most standard crt0.o's do. */
184 184
185 #define START_FILES pre-crt0.o /lib/crt0.o 185 #define START_FILES pre-crt0.o /lib/crt0.o
186
187 /* arch-tag: 930cb9ef-f56f-4c06-aea0-5e81103bbf58
188 (do not change this comment) */