diff options
| author | Richard M. Stallman | 1994-08-04 23:30:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-04 23:30:09 +0000 |
| commit | 3186ddb70e510b68dcf9a9a09a1bf4bfc13f44f8 (patch) | |
| tree | 7213526388d0e368e8415bea0229709f82517318 /src | |
| parent | a704a6841046013d55f405612d735bb7134ffbf5 (diff) | |
| download | emacs-3186ddb70e510b68dcf9a9a09a1bf4bfc13f44f8.tar.gz emacs-3186ddb70e510b68dcf9a9a09a1bf4bfc13f44f8.zip | |
[SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/intel386.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h index 2fbc2564289..b03f692e897 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h | |||
| @@ -104,7 +104,7 @@ NOTE-END */ | |||
| 104 | 104 | ||
| 105 | /* Convert that into an integer that is 100 for a load average of 1.0 */ | 105 | /* Convert that into an integer that is 100 for a load average of 1.0 */ |
| 106 | #define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE) | 106 | #define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE) |
| 107 | 107 | ||
| 108 | #define FSCALE 256.0 /* determined by experimentation... */ | 108 | #define FSCALE 256.0 /* determined by experimentation... */ |
| 109 | #endif | 109 | #endif |
| 110 | 110 | ||
| @@ -179,6 +179,11 @@ NOTE-END */ | |||
| 179 | #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a | 179 | #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a |
| 180 | #else /* not XENIX */ | 180 | #else /* not XENIX */ |
| 181 | 181 | ||
| 182 | #ifdef SOLARIS2 | ||
| 183 | #define VALBITS 26 | ||
| 184 | #define GCTYPEBITS 5 | ||
| 185 | #endif | ||
| 186 | |||
| 182 | /* this brings in alloca() if we're using cc */ | 187 | /* this brings in alloca() if we're using cc */ |
| 183 | #ifdef USG | 188 | #ifdef USG |
| 184 | #ifndef LIB_STANDARD | 189 | #ifndef LIB_STANDARD |