Mercurial > emacs
annotate src/m/mips-siemens.h @ 7579:782afa5d95cb
(EmacsFrameSetCharSize): Once again preserve x and y pos,
but not the same way as before.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 May 1994 23:36:01 +0000 |
parents | 1903032117a8 |
children | 6c242e506369 |
rev | line source |
---|---|
7034 | 1 #include "mips.h" |
2 | |
3 | |
4 /* Data type of load average, as read out of kmem. */ | |
5 | |
6 #undef LOAD_AVE_TYPE | |
7 #define LOAD_AVE_TYPE double | |
8 | |
9 /* Convert that into an integer that is 100 for a load average of 1.0 */ | |
10 | |
11 #undef LOAD_AVE_CVT | |
12 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) | |
13 | |
14 /* Don't use the ordinary -g for debugging in cc */ | |
15 | |
16 #undef C_DEBUG_SWITCH | |
17 #define C_DEBUG_SWITCH -g | |
18 | |
19 /* This system uses a slightly nonstandard variant of elf format. */ | |
20 #undef UNEXEC | |
21 #define UNEXEC unexelf.o | |
22 #define ELF_BSS_SECTION_NAME ".sbss" | |
23 | |
24 #define BSTRING | |
7035
39895883bb2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7034
diff
changeset
|
25 |
39895883bb2e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
7034
diff
changeset
|
26 #define LIB_STANDARD /usr/ccs/lib/libc.a |