Browse Source

typo in math.h c version check

rs-1.0
Rich Felker 15 years ago
parent
commit
9fcecd7b34
  1. 2
      include/math.h

2
include/math.h

@ -53,7 +53,7 @@ int __fpclassifyl(long double);
#define isunordered(x,y) (isnan((x)) ? ((y),1) : isnan((y)))
static
#if __STDC_VERSION >= 199901L
#if __STDC_VERSION__ >= 199901L
inline
#endif
int __isrel(long double __x, long double __y, int __rel)

Loading…
Cancel
Save