mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 00:22:59 +00:00
Use LINUX, not AIX, in medleyfp.h. (#63)
AIX was defined by a number of targets, but the only one that doesn't currently have anything here is LINUX, so we can just check that instead.
This commit is contained in:
parent
680e8485fe
commit
69adf2ffd3
@ -60,7 +60,7 @@ volatile extern int FP_error;
|
||||
#define FPCLEAR
|
||||
#define FPTEST(result) (isinf(result) || isnan(result))
|
||||
|
||||
#elif defined(AIX)
|
||||
#elif defined(LINUX)
|
||||
#define FPCLEAR
|
||||
#define FPTEST(result) ((!finite(result)) || isnan(result))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user