diff options
| author | Dan Nicolaescu | 2008-07-21 17:19:47 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-21 17:19:47 +0000 |
| commit | ff4865017b88dbf5a7c39ac36920dc13d2fa5797 (patch) | |
| tree | e15b6f9a4af3c7dfc911b3f1614a4db9bb56df61 /src/m | |
| parent | 6efac8442fb104f3b18afa989a9a03650f347e5a (diff) | |
| download | emacs-ff4865017b88dbf5a7c39ac36920dc13d2fa5797.tar.gz emacs-ff4865017b88dbf5a7c39ac36920dc13d2fa5797.zip | |
(NO_REMAP): Do not undefine.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibms390x.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index bcddabd0aac..d85c3edd22b 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h | |||
| @@ -80,13 +80,6 @@ NOTE-END */ | |||
| 80 | 80 | ||
| 81 | #define HAVE_ALLOCA | 81 | #define HAVE_ALLOCA |
| 82 | 82 | ||
| 83 | /* Define NO_REMAP if memory segmentation makes it not work well | ||
| 84 | to change the boundary between the text section and data section | ||
| 85 | when Emacs is dumped. If you define this, the preloaded Lisp | ||
| 86 | code will not be sharable; but that's better than failing completely. */ | ||
| 87 | |||
| 88 | #undef NO_REMAP | ||
| 89 | |||
| 90 | /* On the 64 bit architecture, we can use 60 bits for addresses */ | 83 | /* On the 64 bit architecture, we can use 60 bits for addresses */ |
| 91 | 84 | ||
| 92 | #define VALBITS 60 | 85 | #define VALBITS 60 |