Mercurial > emacs
changeset 13564:8238a4262b6d
Declare etext.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Thu, 16 Nov 1995 01:48:21 +0000 |
parents | c011026c071d |
children | c66885b6330c |
files | src/mem-limits.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mem-limits.h Thu Nov 16 01:46:10 1995 +0000 +++ b/src/mem-limits.h Thu Nov 16 01:48:21 1995 +0000 @@ -30,7 +30,7 @@ #define BSD4_2 /* Tell code below to use getrlimit. */ /* Old Linux startup code won't define __data_start. */ -extern int __data_start; weak_symbol (__data_start) +extern int etext, __data_start; weak_symbol (__data_start) #define start_of_data() (&__data_start ?: &etext) #else /* not _LIBC */