Mercurial > emacs
annotate src/m/mips-siemens.h @ 8433:b14b118e6724
(iso-fix-iso2tex, iso-fix-tex2iso): Check plain-text-mode.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 Aug 1994 20:41:33 +0000 |
parents | 6c242e506369 |
children | aeb6944692b2 |
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 |
6c242e506369
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7121
diff
changeset
|
20 #define HAVE_ALLOCA |