diff options
| author | Richard M. Stallman | 1994-09-24 00:30:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-24 00:30:52 +0000 |
| commit | 260fe597abb1c08ac15b800afb170b5e5f24004c (patch) | |
| tree | a9888251cd5f95e6a7cb3941f7282f53ea97e6b8 /src | |
| parent | 3821ae16684687b27ca12c1af928307a92300935 (diff) | |
| download | emacs-260fe597abb1c08ac15b800afb170b5e5f24004c.tar.gz emacs-260fe597abb1c08ac15b800afb170b5e5f24004c.zip | |
(start_of_text): Don't test CANNOT_UNEXEC.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 4 |
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 |
| 1870 | char * | 1870 | char * |
| 1871 | start_of_text () | 1871 | start_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 |