Mercurial > emacs
annotate src/m/mips-siemens.h @ 10506:a8379d78b06a
(compile-internal): Force redisplay on compilation
buffer before executing compile process.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 20 Jan 1995 23:45:34 +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 |