From: Roland McGrath Date: Thu, 16 Nov 1995 01:48:21 +0000 (+0000) Subject: Declare etext. X-Git-Tag: emacs-19.34~2296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51e8c46a3af99bc05dcbaf7267bd1434c42c192e;p=emacs.git Declare etext. --- diff --git a/src/mem-limits.h b/src/mem-limits.h index c63e0b48399..3bb40dff569 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 */