mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
I modified the undefined frexpl in cygwin of make
This commit is contained in:
@@ -90,6 +90,12 @@ fmt_u(uint32_t x, char *s)
|
||||
typedef char compiler_defines_long_double_incorrectly[9-(int)sizeof(long double)];
|
||||
#endif
|
||||
|
||||
static long double
|
||||
frexpl (long double x, int *eptr)
|
||||
{
|
||||
return frexp(x, eptr);
|
||||
}
|
||||
|
||||
static int
|
||||
fmt_fp(struct fmt_args *f, long double y, int w, int p, int fl, int t)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user