annotate src/m/pmax.h @ 30411:41f228350eca

Got rid of all byte-compiler warnings on Emacs Load ada-xref.el before ada-prj.el, so that the Project menu is created when ada-prj tries to add to it. (ada-activate-keys-for-case): Suppress the characters that are not part of the Ada syntax. Better compatibility with else-mode (ada-adjust-case-interactive): When auto-casing is not active, correctly insert newlines (used to insert only ^M). Prevent the syntax table from being changed in case of an error (or '_' becomes part of a word and some commands are confused). Do nothing if ada-auto-case is nil. (ada-after-keyword-p): Ignore keywords that are also attributes (ada-batch-reformat): Update usage comment (ada-call-from-contextual-menu): New function (ada-case-read-exceptions): Reinitialize the casing exception list first to nil first, so that the casing exception file can be shared. (ada-check-defun-name): Handles "configure" keyword for gnatdist files. (ada-compile-goto-error): Fix regexp used to detect a file:line anywhere in the error message (ada-contextual-menu-last-point): New variable (ada-create-keymap): If the variable delete-key-deletes-forward is t on XEmacs, it means that DEL should delete one character forward. (ada-create-menu): Use :included instead of :visible for XEmacs. New submenu "Options". (ada-end-stmt-re): Correctly indent "select ... then abort" statements. (ada-fill-comment-paragraph): Correctly delete all leading '--' even if they don't match ada-fill-comment-prefix Fix handling of paragraphs on the first or last line of a file. (ada-format-paramlist): Fix handling of default parameter values. (ada-get-body-name): New function. (ada-get-current-indent): Optimized by searchling directly for an existing generic part or a statement outside of it. Handle ada-indent-align-comments when indenting comments Replaced some regexps by testing directly the next character. This results in a huge speedup on some files. New indentation scheme for renames statements. Stop looking for the 'while' or 'for' associated with a 'loop' at the first semicolon encountered. A "return" can also match an anonymous access subprogram declaration. (ada-get-indent-noindent): Ignore strings and comments when looking for the keywords "record" and "private". (ada-goto-matching-decl-start): When matching "if", make sure we are not in fact seeing "end if". Ignore "when" statements except when initial keyword was "begin". Fix handling of nested procedures. Add a recursive call to this function to skip over other 'end' statmts. Fix indentation for "when .. => begin" (ada-in-open-paren-p): Fix indentation for complex boolean expressions, where 'and then', 'or else' and parenthesis statements are mixed up. (ada-in-paramlist-p): Skip comments while searching for the beginning Fix handling of operator declarations. (ada-indent-align-comments): New variable (ada-indent-current): Change the syntax table only in the protected section, so that we are sure it is restored correctly. (ada-indent-on-previous-lines): Use ada-use-indent and ada-with-indent Correctly indent "select ... then" (ada-indent-region): Slight speedup. (ada-indent-renames): New variable. (ada-last-which-function-subprog, ada-last-which-function-line): New variables (ada-looking-at-semi-private): Correctly indent the 'private' keyword when it is the first word in a package declaration. (ada-loose-case-word): Stop searching if at the end of the buffer. (ada-loose-case-word, ada-capitalize-word): Recase the whole word even if point is not initially at the end of the word. (ada-matching-decl-start-re): Add "when". (ada-mode): Add support for abbrev-mode, outline-mode and which-func-mode Override the old find-file.el entry in ff-special-constructs since it is using the obsolete ada-spec-suffix variable (ada-no-auto-case): New function (ada-scan-paramlist): When parsing the argument type, accept spaces (as in "X 'Class", generated by Rational Rose). (ada-other-file-name): No longer loads the other file. (ada-popup-menu): Save and restore the current buffer and cursor position before and after displaying the menu. (ada-search-ignore-complex-boolean): New function. (ada-uncomment-region): Emacs21 already knows how to delete comments not starting in the first column. (ada-use-indent): New variable (ada-which-function): New function. (ada-with-indent): New variable (ada-xemacs): evaluate it at compile time too, so that ada-mode.el can be batch-compiled from the command line.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Jul 2000 11:14:26 +0000
parents 325eddf4eb21
children 4be8406ebef9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
1 /* Machine description file for DEC MIPS machines. */
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
2
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3 #include "mips.h"
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 /* The following line tells the configuration script what sort of
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6 operating system this machine is likely to run.
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
7 USUAL-OPSYS="note"
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
8
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
9 NOTE-START
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
10 The operating system would be either osf1, ultrix, or NetBSD.
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
11 NOTE-END */
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12
9095
23f72b18b420 (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents: 8892
diff changeset
13 #undef WORDS_BIG_ENDIAN
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
14 #undef LIB_STANDARD
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
15 #undef START_FILES
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
16 #undef COFF
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
17 #undef TERMINFO
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
18 #define MAIL_USE_FLOCK
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
19 #define HAVE_UNION_WAIT
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
20
12419
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
21
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
22 #ifdef MACH
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
23 #define START_FILES pre-crt0.o /usr/lib/crt0.o
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
24 #else
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
25 /* This line starts being needed with ultrix 4.0. */
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
26 /* You must delete it for version 3.1. */
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
27 #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o
12419
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
28 #endif
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
29
19795
319a43900b56 Test __OpenBSD__ along with __NetBSD__.
Richard M. Stallman <rms@gnu.org>
parents: 16484
diff changeset
30 #if defined (__NetBSD__) || defined (__OpenBSD__)
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
31 #undef START_FILES
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
32 #undef RUN_TIME_REMAP
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
33 #undef UNEXEC
27923
325eddf4eb21 (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.
Gerd Moellmann <gerd@gnu.org>
parents: 19795
diff changeset
34 #define UNEXEC unexelf.o
19795
319a43900b56 Test __OpenBSD__ along with __NetBSD__.
Richard M. Stallman <rms@gnu.org>
parents: 16484
diff changeset
35 #endif /* NetBSD || OpenBSD */
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
36
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
37 /* Supposedly the following will overcome a kernel bug. */
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
38 #undef LD_SWITCH_MACHINE
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
39 #undef DATA_START
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
40 #define DATA_START 0x10000000
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
41 #define DATA_SEG_BITS 0x10000000
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
42
1582
689f1697d285 * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary
Jim Blandy <jimb@redhat.com>
parents: 1113
diff changeset
43 #if 0
689f1697d285 * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary
Jim Blandy <jimb@redhat.com>
parents: 1113
diff changeset
44 /* I don't see any such conflict in Ultrix 4.2, 4.2a, or 4.3. And
689f1697d285 * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary
Jim Blandy <jimb@redhat.com>
parents: 1113
diff changeset
45 the relocating allocator is a real win. -JimB */
689f1697d285 * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary
Jim Blandy <jimb@redhat.com>
parents: 1113
diff changeset
46
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
47 /* In Ultrix 4.1, XvmsAlloc.o in libX11.a seems to insist
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
48 on defining malloc itself. This should avoid conflicting with it. */
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
49 #define SYSTEM_MALLOC
1582
689f1697d285 * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessary
Jim Blandy <jimb@redhat.com>
parents: 1113
diff changeset
50 #endif
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
51
12419
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
52 /* Override what mips.h says about this. */
27923
325eddf4eb21 (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.
Gerd Moellmann <gerd@gnu.org>
parents: 19795
diff changeset
53 #if !defined (__NetBSD__)
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
54 #undef LINKER
27923
325eddf4eb21 (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.
Gerd Moellmann <gerd@gnu.org>
parents: 19795
diff changeset
55 #endif
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
56
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
57 #ifdef ultrix
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
58 /* Ultrix 4.2 (perhaps also 4.1) implements O_NONBLOCK
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
59 but it doesn't work right;
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
60 and it causes hanging in read_process_output. */
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
61 #define BROKEN_O_NONBLOCK
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
62 #endif
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
63
12419
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
64 #if defined (OSF1) || defined (MACH)
1113
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
65 #undef C_ALLOCA
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
66 #define HAVE_ALLOCA
0ffcf74fb8ad entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
67 #endif
3396
56ffd7d79f05 (LIBS_MACHINE): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 1582
diff changeset
68
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
69 #ifndef __NetBSD__
3571
6c1a1b79536c * config.h.in (HAVE_LIBDNET): New macro, to be defined by
Jim Blandy <jimb@redhat.com>
parents: 3406
diff changeset
70 /* mcc@timessqr.gc.cuny.edu says this makes Emacs work with DECnet. */
6c1a1b79536c * config.h.in (HAVE_LIBDNET): New macro, to be defined by
Jim Blandy <jimb@redhat.com>
parents: 3406
diff changeset
71 #ifdef HAVE_LIBDNET
3396
56ffd7d79f05 (LIBS_MACHINE): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 1582
diff changeset
72 #define LIBS_MACHINE -ldnet
3571
6c1a1b79536c * config.h.in (HAVE_LIBDNET): New macro, to be defined by
Jim Blandy <jimb@redhat.com>
parents: 3406
diff changeset
73 #endif
3403
4151b7a0e415 Comment changes.
Richard M. Stallman <rms@gnu.org>
parents: 3396
diff changeset
74
3406
829998469d86 (KERNEL_FILE): New override definition.
Richard M. Stallman <rms@gnu.org>
parents: 3403
diff changeset
75 /* mcc@timessqr.gc.cuny.edu says it is /vmunix on Ultrix 4.2a. */
3403
4151b7a0e415 Comment changes.
Richard M. Stallman <rms@gnu.org>
parents: 3396
diff changeset
76 #undef KERNEL_FILE
3406
829998469d86 (KERNEL_FILE): New override definition.
Richard M. Stallman <rms@gnu.org>
parents: 3403
diff changeset
77 #define KERNEL_FILE "/vmunix"
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
78 #endif
4001
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
79
16484
96df462c5f15 (BROKEN_O_NONBLOCK): Define only if Ultrix.
Richard M. Stallman <rms@gnu.org>
parents: 14036
diff changeset
80 #ifdef ultrix
4001
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
81 /* Jim Wilson writes:
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
82 [...] The X11 include files that Dec distributes with Ultrix
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
83 are bogus.
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
84
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
85 When __STDC__ is defined (which is true with gcc), the X11 include files
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
86 try to define prototypes. The prototypes however use types which haven't
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
87 been defined yet, and thus we get syntax/parse errors.
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
88
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
89 You can not fix this by changing the include files, because the prototypes
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
90 create circular dependencies, in particular Xutil.h depends on types defined
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
91 in Xlib.h, and Xlib.h depends on types defined in Xutil.h. So, no matter
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
92 which order you try to include them in, it will still fail.
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
93
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
94 Compiling with -DNeedFunctionPrototypes=0 will solve the problem by
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
95 directly inhibiting the bad prototypes. This could perhaps just be put in
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
96 an a Ultrix configuration file.
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
97
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
98 Using the MIT X11 distribution instead of the one provided by Dec will
20abae0de304 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
Jim Blandy <jimb@redhat.com>
parents: 3571
diff changeset
99 also solve the problem, but I doubt you can convince everyone to do this. */
6889
8b9decfed36f (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
Karl Heuer <kwzh@gnu.org>
parents: 5256
diff changeset
100 /* Addendum: the MIT X11 distribution neglects to define certain symbols
8b9decfed36f (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
Karl Heuer <kwzh@gnu.org>
parents: 5256
diff changeset
101 when NeedFunctionPrototypes is 0, but still tries to use them when
14036
621a575db6f7 Comment fixes.
Karl Heuer <kwzh@gnu.org>
parents: 13017
diff changeset
102 NeedVarargsPrototypes is 1 (which is its default value). So if we're
6889
8b9decfed36f (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
Karl Heuer <kwzh@gnu.org>
parents: 5256
diff changeset
103 going to disable non-variadic prototypes, we also need to disable
8b9decfed36f (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
Karl Heuer <kwzh@gnu.org>
parents: 5256
diff changeset
104 variadic prototypes. --kwzh@gnu.ai.mit.edu */
8b9decfed36f (C_SWITCH_X_MACHINE): add -DNeedVarargsProrotypes=0.
Karl Heuer <kwzh@gnu.org>
parents: 5256
diff changeset
105 #define C_SWITCH_X_MACHINE -DNeedFunctionPrototypes=0 -DNeedVarargsPrototypes=0
12419
818d7bcf63b0 [MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman <rms@gnu.org>
parents: 9095
diff changeset
106 #endif
5256
cd8db400928f (SET_CHILD_PTY_PGRP): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4001
diff changeset
107
cd8db400928f (SET_CHILD_PTY_PGRP): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4001
diff changeset
108 /* Enable a fix in process.c. */
cd8db400928f (SET_CHILD_PTY_PGRP): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4001
diff changeset
109 #define SET_CHILD_PTY_PGRP