# HG changeset patch # User Richard M. Stallman # Date 780366652 0 # Node ID 22e5c594d59d4f6e5fd0c643bc467fb969ab70e7 # Parent 6e29df07da2caae8f3dd995ab1ffd561d7ba5a92 (start_of_text): Don't test CANNOT_UNEXEC. diff -r 6e29df07da2c -r 22e5c594d59d src/sysdep.c --- 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