]> code.delx.au - gnu-emacs/commitdiff
[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.
authorRoland McGrath <roland@gnu.org>
Mon, 8 Jul 1996 04:31:52 +0000 (04:31 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 8 Jul 1996 04:31:52 +0000 (04:31 +0000)
src/mem-limits.h

index e30e1c9bb2b09f8981a677b0e60ad7397bb71e3f..54ffc4ba7c7cbbd984d24cd6c668ceb0f0615dde 100644 (file)
@@ -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 @@ Boston, MA 02111-1307, USA.  */
 #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 */