Mercurial > emacs
changeset 8452:b9fe5aec7126
[SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 Aug 1994 23:30:09 +0000 |
parents | 2c1c248f97d4 |
children | 32880f6bd87a |
files | src/m/intel386.h |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/intel386.h Thu Aug 04 23:29:11 1994 +0000 +++ b/src/m/intel386.h Thu Aug 04 23:30:09 1994 +0000 @@ -104,7 +104,7 @@ /* Convert that into an integer that is 100 for a load average of 1.0 */ #define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE) - + #define FSCALE 256.0 /* determined by experimentation... */ #endif @@ -179,6 +179,11 @@ #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a #else /* not XENIX */ +#ifdef SOLARIS2 +#define VALBITS 26 +#define GCTYPEBITS 5 +#endif + /* this brings in alloca() if we're using cc */ #ifdef USG #ifndef LIB_STANDARD