diff options
| author | Roland McGrath | 1996-07-08 04:31:52 +0000 |
|---|---|---|
| committer | Roland McGrath | 1996-07-08 04:31:52 +0000 |
| commit | 6d0dbbaf3ef29fa4a08532bfc44e0472234a27bb (patch) | |
| tree | 233774fbc1c65af6c6fe4b963881dae8a4ec5332 /src/mem-limits.h | |
| parent | 639829447fd3d9c991eb137ecb2d0700318de1b3 (diff) | |
| download | emacs-6d0dbbaf3ef29fa4a08532bfc44e0472234a27bb.tar.gz emacs-6d0dbbaf3ef29fa4a08532bfc44e0472234a27bb.zip | |
[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.
Diffstat (limited to 'src/mem-limits.h')
| -rw-r--r-- | src/mem-limits.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h index e30e1c9bb2b..54ffc4ba7c7 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Includes for memory limit warnings. | 1 | /* Includes for memory limit warnings. |
| 2 | Copyright (C) 1990, 1993, 1994, 1995 Free Software Foundation, Inc. | 2 | Copyright (C) 1990, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 31 | #define BSD4_2 /* Tell code below to use getrlimit. */ | 31 | #define BSD4_2 /* Tell code below to use getrlimit. */ |
| 32 | 32 | ||
| 33 | /* Old Linux startup code won't define __data_start. */ | 33 | /* Old Linux startup code won't define __data_start. */ |
| 34 | extern int etext, __data_start; weak_symbol (__data_start) | 34 | extern int etext, __data_start; weak_extern (__data_start) |
| 35 | #define start_of_data() (&__data_start ?: &etext) | 35 | #define start_of_data() (&__data_start ?: &etext) |
| 36 | 36 | ||
| 37 | #else /* not _LIBC */ | 37 | #else /* not _LIBC */ |