Mercurial > emacs
diff src/ChangeLog @ 111011:98fd8b0e411d
Fix the MSDOS build broken by latest revisions.
src/unexcoff.c (make_hdr): Fix prototype according to changes in
revno 101757.
msdos/sed1v2.inp: Use $(..) instead of ${..} in all edit commands.
Needed because of changes in revno 101897.
msdos/sed6.inp (mkinfodir): Edit to avoid Unix shell-isms. Needed
because of changes in revno 101876.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 15 Oct 2010 20:42:54 +0200 |
parents | d5445d83cf4a |
children | 54ea07fb88fc |
line wrap: on
line diff
--- a/src/ChangeLog Fri Oct 15 14:07:38 2010 +0200 +++ b/src/ChangeLog Fri Oct 15 20:42:54 2010 +0200 @@ -1,5 +1,8 @@ 2010-10-15 Eli Zaretskii <eliz@gnu.org> + * unexcoff.c (make_hdr): Fix prototype according to changes in + revno 101757. + * image.c (tiff_load): Cast 3rd argument to avoid compiler warning. 2010-10-15 Tassilo Horn <tassilo@member.fsf.org>