Fix a compilation error with MinGW GCC 3.x in tiff_handler.
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Sep 2011 10:25:39 +0000 (13:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Sep 2011 10:25:39 +0000 (13:25 +0300)
commitb41c3a3565631bdb20611126cae9bca4a4bc81f9
tree78dd74d418d04959b31834b1b3cf05c5a8fa4f8d
parent7812ba2dea75097980bb6371381385b417479c74
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.
src/ChangeLog
src/image.c