diff options
| author | Eli Zaretskii | 2011-09-16 13:25:39 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-16 13:25:39 +0300 |
| commit | b41c3a3565631bdb20611126cae9bca4a4bc81f9 (patch) | |
| tree | 78dd74d418d04959b31834b1b3cf05c5a8fa4f8d /src/ChangeLog | |
| parent | 7812ba2dea75097980bb6371381385b417479c74 (diff) | |
| download | emacs-b41c3a3565631bdb20611126cae9bca4a4bc81f9.tar.gz emacs-b41c3a3565631bdb20611126cae9bca4a4bc81f9.zip | |
Fix a compilation error with MinGW GCC 3.x in tiff_handler.
src/image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see
GCC PR/17406) by declaring this function with external scope.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15281f47438..cf75c28c385 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-16 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * image.c (tiff_handler): Work around a bug in MinGW GCC 3.x (see | ||
| 4 | GCC PR/17406) by declaring this function with external scope. | ||
| 5 | |||
| 1 | 2011-09-15 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2011-09-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514). | 8 | * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514). |