]> git.eshelyaron.com Git - emacs.git/commitdiff
(start_of_text): Don't test CANNOT_UNEXEC.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 00:30:52 +0000 (00:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 00:30:52 +0000 (00:30 +0000)
src/sysdep.c

index 9863ec99f078e1e316fbc1db7d63ce6db613d4e3..8e885d3c23a295c3bdcd93a35f1ef6ec20e40418 100644 (file)
@@ -1866,7 +1866,7 @@ unrequest_sigio ()
  *
  */
 
-#if !defined (CANNOT_UNEXEC) && !defined (HAVE_TEXT_START)
+#ifndef HAVE_TEXT_START
 char *
 start_of_text ()
 {
@@ -1882,7 +1882,7 @@ start_of_text ()
 #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