diff options
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 |