Update imath for MSVC compile fix
commit2f1c1299c67b0a2327f57e9e2f35d8c0cedc5a58
authorMichael Kruse <isl@meinersbur.de>
Thu, 1 Dec 2016 17:05:03 +0000 (1 18:05 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 2 Dec 2016 08:54:36 +0000 (2 09:54 +0100)
treedae8676c56b9fbe4e730a5ea2032f85a30d51574
parentca1aaa43dfba360899c6c9114a25bd7331941d8b
Update imath for MSVC compile fix

Commit 01abae0 (Added big-endian support to mpz_import and mpz_export
in gmp_compat.c) of the imath submodule introduces uses of the type ssize_t,
which isl included in commit
bda23e (Update imath to include big-endian support for mpz_import/export).

The type ssize_t belongs to the POSIX standard and may therefore not exist
in non-POSIX environments.  The update adds a typedef ssize_t if compiled
by the Visual C++ compiler.

Signed-off-by: Michael Kruse <isl@meinersbur.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
imath