diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-10-15 20:42:54 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-10-15 20:42:54 +0200 |
commit | c3911ead5daf93b59e29e03b5df47a8aec770b46 (patch) | |
tree | 36a527c6f317f656949586c97a9b4646cd0a51ee /src/unexcoff.c | |
parent | aa095b2db98ae149737f8de00ee733b1d257ed33 (diff) | |
download | emacs-c3911ead5daf93b59e29e03b5df47a8aec770b46.tar.gz |
Fix the MSDOS build broken by latest revisions.
src/unexcoff.c (make_hdr): Fix prototype according to changes in
2010-10-03T13:59:56Z!dann@ics.uci.edu.
msdos/sed1v2.inp: Use $(..) instead of ${..} in all edit commands.
Needed because of changes in 2010-10-10T14:43:05Z!dann@ics.uci.edu.
msdos/sed6.inp (mkinfodir): Edit to avoid Unix shell-isms. Needed
because of changes in 2010-10-09T18:31:12Z!rgm@gnu.org.
Diffstat (limited to 'src/unexcoff.c')
-rw-r--r-- | src/unexcoff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/unexcoff.c b/src/unexcoff.c index 0c6af414d82..fb221dacda2 100644 --- a/src/unexcoff.c +++ b/src/unexcoff.c @@ -141,8 +141,7 @@ report_error_1 (int fd, const char *msg, int a1, int a2) error (msg, a1, a2); } -static int make_hdr (int, int, unsigned, unsigned, unsigned, - const char *, const char *); +static int make_hdr (int, int, const char *, const char *); static int copy_text_and_data (int, int); static int copy_sym (int, int, const char *, const char *); static void mark_x (const char *); |