From 76cfb239c0cd15df6aaca73806860e67c805a360 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 13 Feb 1994 22:19:34 +0000 Subject: [PATCH] (start_of_text): Don't define #ifdef HAVE_TEXT_START. --- src/sysdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index be07dbe9db6..b7baf4fbb58 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -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 -- 2.39.5