mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-08 05:27:35 +02:00
#define _REENTRANT to enable lgamma_r from math.h
This commit is contained in:
parent
b1307a67f5
commit
8f635161d6
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ typedef unsigned long size_t;
|
||||||
#endif
|
#endif
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#define _REENTRANT 1
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#if SEXP_USE_FLONUMS
|
#if SEXP_USE_FLONUMS
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue