summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-07-23 06:34:41 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-07-23 06:34:41 +0000
commit911109b18b567e97e8f593a2798ead907c09004e (patch)
tree194d23e517e7999efd636a1ddc8173eae643b8b0 /src/s
parent77ccee0959daf0256a746fa3029cfe4da6f2b476 (diff)
downloademacs-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/s')
-rw-r--r--src/s/darwin.h3
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/>. */
/* This seems to be right for end_of_text, but it may not be used anyway. */
#define TEXT_END get_etext()
-/* This seems to be right for end_of_data, but it may not be used anyway. */
-#define DATA_END get_edata()
-
/* Definitions for how to compile & link. */
/* Link in the Carbon or AppKit lib. */