summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-01-07 00:19:51 +0000
committerKarl Heuer <kwzh@gnu.org>1995-01-07 00:19:51 +0000
commitc90ed54f344bd0a7d2a3a1bd43e4cd1ee4d20ac7 (patch)
treede3335a49037d490bd1e3657f52702f52ae8fd1d
parent4ff5ff7af1cd15ccea3d40bf9bd4649f4325e456 (diff)
downloademacs-c90ed54f344bd0a7d2a3a1bd43e4cd1ee4d20ac7.tar.gz
[XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better.
-rw-r--r--src/m/intel386.h8
1 files changed, 0 insertions, 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