Use __inline for Visual Studio before 2015
commit9279e301056fce47df8decb9be3eceb37f367b33
authorMichael Kruse <isl@meinersbur.de>
Mon, 30 Nov 2015 21:46:15 +0000 (30 22:46 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 1 Dec 2015 09:33:30 +0000 (1 10:33 +0100)
tree34cda64cbd8e35368941ada7e9b00ffb465cf586
parent70eb08ca7d570541ec4ac7c5a4126b11258a1b5a
Use __inline for Visual Studio before 2015

Visual Studio before version 2015 does not support C99, which
introduced the inline keyword. The same functionality is still
supported using the compiler-specific __inline token.

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