Mercurial > emacs
annotate src/m/mips-siemens.h @ 10029:fdc1155b891c
(sort_args): New function.
(main): Call sort_args.
Check for -d/-display after -nw, -batch, -help.
Accept --display, with arg attached or separate.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 19 Nov 1994 20:45:17 +0000 |
parents | aeb6944692b2 |
children | da5800b0c012 |
rev | line source |
---|---|
7826
6c242e506369
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7121
diff
changeset
|
1 #include "pyramid.h" |
7034 | 2 |
3 | |
4 /* Don't use the ordinary -g for debugging in cc */ | |
5 | |
6 #undef C_DEBUG_SWITCH | |
7 #define C_DEBUG_SWITCH -g | |
8 | |
9 /* This system uses a slightly nonstandard variant of elf format. */ | |
10 #undef UNEXEC | |
11 #define UNEXEC unexelf.o | |
12 #define ELF_BSS_SECTION_NAME ".sbss" | |
13 | |
14 #define BSTRING | |
7035
39895883bb2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7034
diff
changeset
|
15 |
7826
6c242e506369
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7121
diff
changeset
|
16 #define NO_ARG_ARRAY |
6c242e506369
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7121
diff
changeset
|
17 |
6c242e506369
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7121
diff
changeset
|
18 #undef BROKEN_FIONREAD |
6c242e506369
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7121
diff
changeset
|
19 |
9517 | 20 #define C_ALLOCA |
21 |