diff options
author | Jim Blandy <jimb@redhat.com> | 1992-04-24 08:11:28 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-04-24 08:11:28 +0000 |
commit | d4327fecc103493bc8275c3580b05c06c9fcc019 (patch) | |
tree | cdb73774491cf71c27c209576895d50633f414b9 /src/unexec.c | |
parent | cab96458f8ef158d9a870f84f09058e0404cd393 (diff) | |
download | emacs-d4327fecc103493bc8275c3580b05c06c9fcc019.tar.gz |
entered into RCS
Diffstat (limited to 'src/unexec.c')
-rw-r--r-- | src/unexec.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/unexec.c b/src/unexec.c index 5417f760467..c1dc6e33016 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -207,7 +207,11 @@ static long data_scnptr; #else /* not COFF */ +#ifdef __STDC__ +extern void *sbrk (); +#else extern char *sbrk (); +#endif #define SYMS_START ((long) N_SYMOFF (ohdr)) |