Mercurial > emacs
changeset 27922:db5a4af9fafd
(start_of_text): Don't define this function for NetBSD
with ELF.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 01 Mar 2000 12:49:35 +0000 |
parents | ea0a2a4f20b7 |
children | 325eddf4eb21 |
files | src/sysdep.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Wed Mar 01 12:47:15 2000 +0000 +++ b/src/sysdep.c Wed Mar 01 12:49:35 2000 +0000 @@ -2155,6 +2155,7 @@ * */ +#if !(defined (__NetBSD__) && defined (__ELF__)) #ifndef HAVE_TEXT_START char * start_of_text () @@ -2172,6 +2173,7 @@ #endif /* TEXT_START */ } #endif /* not HAVE_TEXT_START */ +#endif /* * Return the address of the start of the data segment prior to