diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-23 06:34:41 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-23 06:34:41 +0000 |
commit | 911109b18b567e97e8f593a2798ead907c09004e (patch) | |
tree | 194d23e517e7999efd636a1ddc8173eae643b8b0 /src/m/ibmrs6000.h | |
parent | 77ccee0959daf0256a746fa3029cfe4da6f2b476 (diff) | |
download | emacs-911109b18b567e97e8f593a2798ead907c09004e.tar.gz |
* s/darwin.h (DATA_END):
* m/intel386.h (DATA_END):
* m/ibmrs6000.h (DATA_END):
* m/alpha.h (DATA_END): Remove, unused.
(LINUX_SBRK_BUG): Remove, move condition to the only use ...
* emacs.c (main): ... here.
Diffstat (limited to 'src/m/ibmrs6000.h')
-rw-r--r-- | src/m/ibmrs6000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 37e1af3d41b..90fd21b5cd1 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h @@ -48,7 +48,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define TEXT_START 0x10000000 #define TEXT_END 0 #define DATA_START 0x20000000 -#define DATA_END 0 #define WORDS_BIG_ENDIAN #define DATA_SEG_BITS 0x20000000 #define C_SWITCH_MACHINE -D_BSD |