Mercurial > emacs
diff src/sysdep.c @ 9039:22e5c594d59d
(start_of_text): Don't test CANNOT_UNEXEC.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 24 Sep 1994 00:30:52 +0000 |
parents | fd91a0b1e333 |
children | 04b461c99a96 |
line wrap: on
line diff
--- a/src/sysdep.c Sat Sep 24 00:29:39 1994 +0000 +++ b/src/sysdep.c Sat Sep 24 00:30:52 1994 +0000 @@ -1866,7 +1866,7 @@ * */ -#if !defined (CANNOT_UNEXEC) && !defined (HAVE_TEXT_START) +#ifndef HAVE_TEXT_START char * start_of_text () { @@ -1882,7 +1882,7 @@ #endif /* GOULD */ #endif /* TEXT_START */ } -#endif /* not CANNOT_UNEXEC and not HAVE_TEXT_START */ +#endif /* not HAVE_TEXT_START */ /* * Return the address of the start of the data segment prior to