]> git.eshelyaron.com Git - emacs.git/commitdiff
[SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 23:30:09 +0000 (23:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Aug 1994 23:30:09 +0000 (23:30 +0000)
src/m/intel386.h

index 2fbc25642894fd50898289dfe9c6ca15315845a7..b03f692e89782c32f064c3b7b692ee0bda8cfd6a 100644 (file)
@@ -104,7 +104,7 @@ NOTE-END */
 
 /* 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 @@ NOTE-END */
 #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