aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-24 00:30:52 +0000
committerRichard M. Stallman1994-09-24 00:30:52 +0000
commit260fe597abb1c08ac15b800afb170b5e5f24004c (patch)
treea9888251cd5f95e6a7cb3941f7282f53ea97e6b8 /src
parent3821ae16684687b27ca12c1af928307a92300935 (diff)
downloademacs-260fe597abb1c08ac15b800afb170b5e5f24004c.tar.gz
emacs-260fe597abb1c08ac15b800afb170b5e5f24004c.zip
(start_of_text): Don't test CANNOT_UNEXEC.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c4
1 files 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 ()
1866 * 1866 *
1867 */ 1867 */
1868 1868
1869#if !defined (CANNOT_UNEXEC) && !defined (HAVE_TEXT_START) 1869#ifndef HAVE_TEXT_START
1870char * 1870char *
1871start_of_text () 1871start_of_text ()
1872{ 1872{
@@ -1882,7 +1882,7 @@ start_of_text ()
1882#endif /* GOULD */ 1882#endif /* GOULD */
1883#endif /* TEXT_START */ 1883#endif /* TEXT_START */
1884} 1884}
1885#endif /* not CANNOT_UNEXEC and not HAVE_TEXT_START */ 1885#endif /* not HAVE_TEXT_START */
1886 1886
1887/* 1887/*
1888 * Return the address of the start of the data segment prior to 1888 * Return the address of the start of the data segment prior to