diff options
| author | Dan Nicolaescu | 2008-07-23 06:34:41 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-23 06:34:41 +0000 |
| commit | 911109b18b567e97e8f593a2798ead907c09004e (patch) | |
| tree | 194d23e517e7999efd636a1ddc8173eae643b8b0 /src/s | |
| parent | 77ccee0959daf0256a746fa3029cfe4da6f2b476 (diff) | |
| download | emacs-911109b18b567e97e8f593a2798ead907c09004e.tar.gz emacs-911109b18b567e97e8f593a2798ead907c09004e.zip | |
* 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/s')
| -rw-r--r-- | src/s/darwin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index 548b2da84fd..2d298aeb743 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -159,9 +159,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 159 | /* This seems to be right for end_of_text, but it may not be used anyway. */ | 159 | /* This seems to be right for end_of_text, but it may not be used anyway. */ |
| 160 | #define TEXT_END get_etext() | 160 | #define TEXT_END get_etext() |
| 161 | 161 | ||
| 162 | /* This seems to be right for end_of_data, but it may not be used anyway. */ | ||
| 163 | #define DATA_END get_edata() | ||
| 164 | |||
| 165 | /* Definitions for how to compile & link. */ | 162 | /* Definitions for how to compile & link. */ |
| 166 | 163 | ||
| 167 | /* Link in the Carbon or AppKit lib. */ | 164 | /* Link in the Carbon or AppKit lib. */ |