From 260fe597abb1c08ac15b800afb170b5e5f24004c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 00:30:52 +0000 Subject: [PATCH] (start_of_text): Don't test CANNOT_UNEXEC. --- src/sysdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index 9863ec99f07..8e885d3c23a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -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 -- 2.39.5