]> git.eshelyaron.com Git - emacs.git/commit
Fix 32-bit compilation on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sat, 18 Aug 2018 09:18:54 +0000 (12:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 18 Aug 2018 09:18:54 +0000 (12:18 +0300)
commit9c0ed03e5293e327849b0da335e89ee00eeadb4d
treec35d9edf8967b91d0d208b2a2c9ac22bbcd3bb45
parenta166e8fabda6fbc7a49d2da2c9ae99efc2e3c23e
Fix 32-bit compilation on MS-Windows

* src/jit.c (CONSTANT): Avoid compilation warning on 32-bit
systems about casting a pointer to an integer of a different
size.
(compile) [HAVE__SETJMP]: Use _setjmp instead of setjmp, when
the latter is a macro.  Fixes a compilation error on system
that use _setjmp.
(Fjit_disassemble_to_string): Rearrange declaration to avoid
compilation warnings on systems that don't have open_memstream.
src/jit.c