diff options
| author | Karl Heuer | 1995-01-07 00:19:51 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-01-07 00:19:51 +0000 |
| commit | 5df0669f0453d2696830b489941b0592cc262bea (patch) | |
| tree | 0b8c8e7cd041a1f0aebd72e775604971e82c2c75 /src | |
| parent | 9b8e820120292fc069e5deca2db622ff93e81cb3 (diff) | |
| download | emacs-5df0669f0453d2696830b489941b0592cc262bea.tar.gz emacs-5df0669f0453d2696830b489941b0592cc262bea.zip | |
[XENIX|SOLARIS2] (VALBITS, GCTYPEBITS): Deleted; default is better.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/intel386.h | 8 |
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 */ | |||
| 166 | /* #define VIRT_ADDR_VARIES */ | 166 | /* #define VIRT_ADDR_VARIES */ |
| 167 | 167 | ||
| 168 | #ifdef XENIX | 168 | #ifdef XENIX |
| 169 | #define VALBITS 26 | ||
| 170 | #define GCTYPEBITS 5 | ||
| 171 | |||
| 172 | /* Define NO_REMAP if memory segmentation makes it not work well | 169 | /* Define NO_REMAP if memory segmentation makes it not work well |
| 173 | to change the boundary between the text section and data section | 170 | to change the boundary between the text section and data section |
| 174 | when Emacs is dumped. If you define this, the preloaded Lisp | 171 | when Emacs is dumped. If you define this, the preloaded Lisp |
| @@ -192,11 +189,6 @@ NOTE-END */ | |||
| 192 | #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a | 189 | #define LIB_STANDARD /lib/386/Slibcfp.a /lib/386/Slibc.a |
| 193 | #else /* not XENIX */ | 190 | #else /* not XENIX */ |
| 194 | 191 | ||
| 195 | #ifdef SOLARIS2 | ||
| 196 | #define VALBITS 26 | ||
| 197 | #define GCTYPEBITS 5 | ||
| 198 | #endif | ||
| 199 | |||
| 200 | /* this brings in alloca() if we're using cc */ | 192 | /* this brings in alloca() if we're using cc */ |
| 201 | #ifdef USG | 193 | #ifdef USG |
| 202 | #ifndef LIB_STANDARD | 194 | #ifndef LIB_STANDARD |