changeset 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 6e29df07da2c
children 7e3abfe0261a
files src/sysdep.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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