From 5df0669f0453d2696830b489941b0592cc262bea Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 7 Jan 1995 00:19:51 +0000 Subject: [PATCH] [XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better. --- src/m/intel386.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/m/intel386.h b/src/m/intel386.h index e609c5f650d..0112a0daebf 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -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 -- 2.39.5