X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fm%2Fintel386.h;h=cc65be27182e3d4f921fcb55c1fdc7eb8d184a3e;hb=8e0262ea3fd218262702059d9a3d7134a6dcf438;hp=481fadee3edc48d8c7c7b50175aa26e2864c4fc4;hpb=3890a2e3064a7f562107c58e59d928284ec04741;p=chise%2Fxemacs-chise.git diff --git a/src/m/intel386.h b/src/m/intel386.h index 481fade..cc65be2 100644 --- a/src/m/intel386.h +++ b/src/m/intel386.h @@ -112,15 +112,6 @@ NOTE-END */ /* #define CANNOT_DUMP */ -/* Define VIRT_ADDR_VARIES if the virtual addresses of - pure and impure space as loaded can vary, and even their - relative order cannot be relied on. - - Otherwise Emacs assumes that text space precedes data space, - numerically. */ - -/* #define VIRT_ADDR_VARIES */ - #ifdef XENIX /* Define NO_REMAP if memory segmentation makes it not work well @@ -152,10 +143,6 @@ NOTE-END */ #endif /* USG */ #endif /* not XENIX */ -#ifdef MSDOS -#define NO_REMAP -#endif - #ifdef linux /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ /* we cannot get the maximum address for brk */