Commit d9e37bd7 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2783 from pbosetti/master

Defining static version of frexpl also fro MIPS platforms.
parents 2fe556d9 5e5e1290
...@@ -90,7 +90,7 @@ fmt_u(uint32_t x, char *s) ...@@ -90,7 +90,7 @@ fmt_u(uint32_t x, char *s)
typedef char compiler_defines_long_double_incorrectly[9-(int)sizeof(long double)]; typedef char compiler_defines_long_double_incorrectly[9-(int)sizeof(long double)];
#endif #endif
#ifdef __CYGWIN32__ #if defined(__CYGWIN32__) || defined(mips)
static long double static long double
frexpl (long double x, int *eptr) frexpl (long double x, int *eptr)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment