Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.
authorEli Zaretskii <eliz@gnu.org>
Wed, 17 Oct 2012 15:37:55 +0000 (17:37 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 17 Oct 2012 15:37:55 +0000 (17:37 +0200)
commitfcf148759e42645a28fb17584a653ef99d22bb35
tree9c8e9af7e45ed896642ac0cb5ab10fd7abe4b609
parent596846525bf5f515541ab1ca9a459f4842d55d1d
Fix bug #12661 with w32 and cygw32 builds under --enable-check-lisp-object-type.

 src/cygw32.c (Fcygwin_convert_path_to_windows)
 (Fcygwin_convert_path_from_windows): Use EQ to compare 2
 Lisp_Object values.
 src/w32fns.c (w32_msg_pump): Use XIL instead of casting an integer
 to Lisp_Object.
src/ChangeLog
src/cygw32.c
src/w32fns.c