(start_of_text): Don't define #ifdef HAVE_TEXT_START.
authorRoland McGrath <roland@gnu.org>
Sun, 13 Feb 1994 22:19:34 +0000 (22:19 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 13 Feb 1994 22:19:34 +0000 (22:19 +0000)
src/sysdep.c

index be07dbe..b7baf4f 100644 (file)
@@ -1796,7 +1796,7 @@ unrequest_sigio ()
  *
  */
 
-#ifndef CANNOT_UNEXEC
+#if !defined (CANNOT_UNEXEC) && !defined (HAVE_TEXT_START)
 char *
 start_of_text ()
 {
@@ -1812,7 +1812,7 @@ start_of_text ()
 #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