Mercurial > emacs
changeset 5937:a5b94cc9cb11
(start_of_text): Don't define #ifdef HAVE_TEXT_START.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 13 Feb 1994 22:19:34 +0000 |
parents | 18c152c31e66 |
children | db25cb887e22 |
files | src/sysdep.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Sun Feb 13 02:06:55 1994 +0000 +++ b/src/sysdep.c Sun Feb 13 22:19:34 1994 +0000 @@ -1796,7 +1796,7 @@ * */ -#ifndef CANNOT_UNEXEC +#if !defined (CANNOT_UNEXEC) && !defined (HAVE_TEXT_START) char * start_of_text () { @@ -1812,7 +1812,7 @@ #endif /* GOULD */ #endif /* TEXT_START */ } -#endif /* not CANNOT_UNEXEC */ +#endif /* not CANNOT_UNEXEC and not HAVE_TEXT_START */ /* * Return the address of the start of the data segment prior to