Fix MinGW64 porting problem with _setjmp.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2014 01:19:42 +0000 (17:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Jan 2014 01:19:42 +0000 (17:19 -0800)
commitd1eaf34b2f6775dcefb8f299e0613c47bce736d8
treebdbd9678b5e8615a2f88af40080f05cbd5b1e4ad
parentc176054fe1e2e72fb1c34d56658269361bacadd3
Fix MinGW64 porting problem with _setjmp.

Reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01297.html
* image.c (FAST_SETJMP, FAST_LONGJMP): New macros, replacing
the old _setjmp and _longjmp.  All uses changed.
src/ChangeLog
src/image.c