diff options
Diffstat (limited to 'Build/source/utils/asymptote/fpu.h')
-rw-r--r-- | Build/source/utils/asymptote/fpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/fpu.h b/Build/source/utils/asymptote/fpu.h index 5fa7205b43f..ca42c60feb7 100644 --- a/Build/source/utils/asymptote/fpu.h +++ b/Build/source/utils/asymptote/fpu.h @@ -10,8 +10,8 @@ #ifdef HAVE_FEENABLEEXCEPT #include <fenv.h> -inline Int fpu_exceptions() { - Int excepts=0; +inline int fpu_exceptions() { + int excepts=0; #ifdef FE_INVALID excepts |= FE_INVALID; #endif |