mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-29 22:01:34 -08:00
The C99 macro isfinite does not exist in MSVC.
This commit is contained in:
parent
186d4aac51
commit
a1e63755a4
1 changed files with 5 additions and 0 deletions
|
|
@ -319,3 +319,8 @@ typedef unsigned int uint32_t;
|
|||
#define sleep _sleep
|
||||
|
||||
#include "@ECL_FPE_CODE@"
|
||||
|
||||
#include <math.h>
|
||||
#ifndef isfinite
|
||||
#define isfinite(x) (finite(x))
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue