mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
(start_of_text): Don't define #ifdef HAVE_TEXT_START.
This commit is contained in:
parent
5cc9f80d69
commit
76cfb239c0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue