diff options
| author | Roland McGrath | 1995-11-16 01:48:21 +0000 |
|---|---|---|
| committer | Roland McGrath | 1995-11-16 01:48:21 +0000 |
| commit | 51e8c46a3af99bc05dcbaf7267bd1434c42c192e (patch) | |
| tree | 4b5cc925c229db1b168c24bba93e6b927eb49eba /src | |
| parent | 6c6b28ea7f9fa815972f6308ab3cbb336516fecb (diff) | |
| download | emacs-51e8c46a3af99bc05dcbaf7267bd1434c42c192e.tar.gz emacs-51e8c46a3af99bc05dcbaf7267bd1434c42c192e.zip | |
Declare etext.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mem-limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ | |||
| 30 | #define BSD4_2 /* Tell code below to use getrlimit. */ | 30 | #define BSD4_2 /* Tell code below to use getrlimit. */ |
| 31 | 31 | ||
| 32 | /* Old Linux startup code won't define __data_start. */ | 32 | /* Old Linux startup code won't define __data_start. */ |
| 33 | extern int __data_start; weak_symbol (__data_start) | 33 | extern int etext, __data_start; weak_symbol (__data_start) |
| 34 | #define start_of_data() (&__data_start ?: &etext) | 34 | #define start_of_data() (&__data_start ?: &etext) |
| 35 | 35 | ||
| 36 | #else /* not _LIBC */ | 36 | #else /* not _LIBC */ |