# HG changeset patch # User Karl Heuer # Date 789437991 0 # Node ID c68e5b8456e19f1307dfe0b65f0a6fa250d0f174 # Parent 5087094fb4d7a2f7a8d35fd8f4d2675cce038b51 [XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better. diff -r 5087094fb4d7 -r c68e5b8456e1 src/m/intel386.h --- a/src/m/intel386.h Sat Jan 07 00:18:38 1995 +0000 +++ b/src/m/intel386.h Sat Jan 07 00:19:51 1995 +0000 @@ -166,9 +166,6 @@ /* #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 @@ #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