diff options
Diffstat (limited to 'sys/x86/include/float.h')
-rw-r--r-- | sys/x86/include/float.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/include/float.h b/sys/x86/include/float.h index be0bed3..8af3039 100644 --- a/sys/x86/include/float.h +++ b/sys/x86/include/float.h @@ -42,7 +42,7 @@ __END_DECLS #define FLT_RADIX 2 /* b */ #define FLT_ROUNDS __flt_rounds() #if __ISO_C_VISIBLE >= 1999 -#ifdef _LP64 +#ifdef __LP64__ #define FLT_EVAL_METHOD 0 /* no promotions */ #else #define FLT_EVAL_METHOD (-1) /* i387 semantics are...interesting */ |