Mercurial > emacs
diff src/sysdep.c @ 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 | 21ba0999191f |
| children | ea5807a5d84e |
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
