Mercurial > emacs
annotate src/m/ns32000.h @ 74891:181210a9cef5
(fancy-splash-last-input-event): New variable.
(fancy-splash-special-event-action): New function.
(fancy-splash-screens): Temporarily bind special events to it.
Execute command for saved special event before exiting from
recursive editing.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Mon, 25 Dec 2006 08:18:09 +0000 |
parents | 3bd95f4f2941 |
children | e90d04cd455a c5406394f567 |
rev | line source |
---|---|
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
750
diff
changeset
|
1 /* machine description file for National Semiconductor 32000, running Genix. |
64767
11814686b09f
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64083
diff
changeset
|
2 Copyright (C) 1985, 1986, 2002, 2003, 2004, |
68651
3bd95f4f2941
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64767
diff
changeset
|
3 2005, 2006 Free Software Foundation, Inc. |
456 | 4 |
5 This file is part of GNU Emacs. | |
6 | |
3700
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
7 GNU Emacs is free software; you can redistribute it and/or modify |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
8 it under the terms of the GNU General Public License as published by |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
9 the Free Software Foundation; either version 2, or (at your option) |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
10 any later version. |
456 | 11 |
3700
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
12 GNU Emacs is distributed in the hope that it will be useful, |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
15 GNU General Public License for more details. |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
16 |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
17 You should have received a copy of the GNU General Public License |
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
18 along with GNU Emacs; see the file COPYING. If not, write to |
64083 | 19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 Boston, MA 02110-1301, USA. */ | |
3700
d76398601a0b
Update GPL references - version 2
Jim Blandy <jimb@redhat.com>
parents:
3591
diff
changeset
|
21 |
456 | 22 |
23 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
44601
diff
changeset
|
24 /* The following line tells the configuration script what sort of |
456 | 25 operating system this machine is likely to run. |
26 USUAL-OPSYS="usg5-2" */ | |
27 | |
9095
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
28 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
29 is the most significant byte. */ |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
30 |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
31 #undef WORDS_BIG_ENDIAN |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
32 |
456 | 33 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
34 * group of arguments and treat it as an array of the arguments. */ | |
35 | |
36 /* #define NO_ARG_ARRAY */ | |
37 | |
38 /* Define WORD_MACHINE if addresses and such have | |
39 * to be corrected before they can be used as byte counts. */ | |
40 | |
41 /* #define WORD_MACHINE */ | |
42 | |
43 /* Now define a symbol for the cpu type, if your compiler | |
44 does not define it automatically: | |
45 Ones defined so far include vax, m68000, ns16000, pyramid, | |
46 orion, tahoe, APOLLO and many others */ | |
47 | |
48 /* Use type int rather than a union, to represent Lisp_Object */ | |
49 /* This is desirable for most machines. */ | |
50 | |
51 #define NO_UNION_TYPE | |
52 | |
53 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
54 the 24-bit bit field into an int. In other words, if bit fields | |
55 are always unsigned. | |
56 | |
57 If you use NO_UNION_TYPE, this flag does not matter. */ | |
58 | |
59 #define EXPLICIT_SIGN_EXTEND | |
60 | |
61 /* Data type of load average, as read out of kmem. */ | |
62 | |
63 /* #define LOAD_AVE_TYPE long */ | |
64 | |
65 /* Convert that into an integer that is 100 for a load average of 1.0 */ | |
66 | |
67 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) */ | |
68 | |
69 /* Define CANNOT_DUMP on machines where unexec does not work. | |
70 Then the function dump-emacs will not be defined | |
71 and temacs will do (load "loadup") automatically unless told otherwise. */ | |
72 | |
73 /* #define CANNOT_DUMP */ | |
74 | |
75 /* Define VIRT_ADDR_VARIES if the virtual addresses of | |
76 pure and impure space as loaded can vary, and even their | |
77 relative order cannot be relied on. | |
78 | |
79 Otherwise Emacs assumes that text space precedes data space, | |
80 numerically. */ | |
81 | |
82 /* #define VIRT_ADDR_VARIES */ | |
83 | |
84 /* Define NO_REMAP if memory segmentation makes it not work well | |
85 to change the boundary between the text section and data section | |
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. */ | |
88 | |
89 /* #define NO_REMAP */ | |
90 | |
91 #define TEXT_START 0 | |
92 | |
19775
70b808126773
Test __OpenBSD__ along with __NetBSD__.
Richard M. Stallman <rms@gnu.org>
parents:
14186
diff
changeset
|
93 #if !defined (__NetBSD__) && !defined (__OpenBSD__) |
456 | 94 #define EXEC_MAGIC 0410 |
95 | |
96 #define PURESIZE 140000 | |
97 | |
98 #define START_FILES pre-crt0.o /lib/crt0.o | |
8307
298b54cff974
Changes to support NetBSD.
Charles Hannum <mycroft@gnu.org>
parents:
3700
diff
changeset
|
99 #endif |
52401 | 100 |
101 /* arch-tag: 13dde0e0-8ed5-4bc3-a0dc-5456c9db5f94 | |
102 (do not change this comment) */ |