diff options
| author | Ken Raeburn | 2002-07-24 02:07:41 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2002-07-24 02:07:41 +0000 |
| commit | be3abfa2c38bd953c91aceb14127d64379b05b5c (patch) | |
| tree | b5b6f282c5bdb0ffe35cf0a5568649d3a435ddc7 /src/sysdep.c | |
| parent | f456a2bcff2c242f113e1b243ec188d19c5155b1 (diff) | |
| download | emacs-be3abfa2c38bd953c91aceb14127d64379b05b5c.tar.gz emacs-be3abfa2c38bd953c91aceb14127d64379b05b5c.zip | |
(start_of_data): Don't define the function if a macro
form has been defined.
Diffstat (limited to 'src/sysdep.c')
| -rw-r--r-- | src/sysdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 6eb079075e7..206ecca427a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -2237,6 +2237,7 @@ start_of_text () | |||
| 2237 | * | 2237 | * |
| 2238 | */ | 2238 | */ |
| 2239 | 2239 | ||
| 2240 | #ifndef start_of_data | ||
| 2240 | char * | 2241 | char * |
| 2241 | start_of_data () | 2242 | start_of_data () |
| 2242 | { | 2243 | { |
| @@ -2259,6 +2260,7 @@ start_of_data () | |||
| 2259 | #endif /* ORDINARY_LINK */ | 2260 | #endif /* ORDINARY_LINK */ |
| 2260 | #endif /* DATA_START */ | 2261 | #endif /* DATA_START */ |
| 2261 | } | 2262 | } |
| 2263 | #endif /* start_of_data */ | ||
| 2262 | #endif /* NEED_STARTS (not CANNOT_DUMP or not SYSTEM_MALLOC) */ | 2264 | #endif /* NEED_STARTS (not CANNOT_DUMP or not SYSTEM_MALLOC) */ |
| 2263 | 2265 | ||
| 2264 | /* init_system_name sets up the string for the Lisp function | 2266 | /* init_system_name sets up the string for the Lisp function |