Mercurial > emacs
changeset 15634:08bcd5d2c8ab
[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 08 Jul 1996 04:31:52 +0000 |
parents | 186632053420 |
children | 89f7ba4ccd22 |
files | src/mem-limits.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/mem-limits.h Mon Jul 08 00:17:35 1996 +0000 +++ b/src/mem-limits.h Mon Jul 08 04:31:52 1996 +0000 @@ -1,5 +1,5 @@ /* Includes for memory limit warnings. - Copyright (C) 1990, 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1990, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -31,7 +31,7 @@ #define BSD4_2 /* Tell code below to use getrlimit. */ /* Old Linux startup code won't define __data_start. */ -extern int etext, __data_start; weak_symbol (__data_start) +extern int etext, __data_start; weak_extern (__data_start) #define start_of_data() (&__data_start ?: &etext) #else /* not _LIBC */