]> code.delx.au - gnu-emacs/commitdiff
[XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better.
authorKarl Heuer <kwzh@gnu.org>
Sat, 7 Jan 1995 00:19:51 +0000 (00:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 7 Jan 1995 00:19:51 +0000 (00:19 +0000)
src/m/intel386.h

index e609c5f650dda2705e26a5ff72fe97abc2f4ee03..0112a0daebf3afcfc7ff3ca6bc08bca86a192c22 100644 (file)
@@ -166,9 +166,6 @@ NOTE-END */
 /* #define VIRT_ADDR_VARIES */
 
 #ifdef XENIX
-#define VALBITS 26
-#define GCTYPEBITS 5
-
 /* Define NO_REMAP if memory segmentation makes it not work well
    to change the boundary between the text section and data section
    when Emacs is dumped.  If you define this, the preloaded Lisp
@@ -192,11 +189,6 @@ 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