Fix typo and make C99 check the same as is used in math.h
This commit is contained in:
@ -19,8 +19,7 @@ int _EXFUN(isxdigit,(int __c));
|
|||||||
int _EXFUN(tolower, (int __c));
|
int _EXFUN(tolower, (int __c));
|
||||||
int _EXFUN(toupper, (int __c));
|
int _EXFUN(toupper, (int __c));
|
||||||
|
|
||||||
#if !defined(__STRICT_ANSI__) || \
|
#if !defined(__STRICT_ANSI__) || defined(__cplusplus) || __STDC_VERSION__ >= 199901L
|
||||||
(defined(__STDC_VERSION__) && __STDC_VERSION__ >= 1999901L)
|
|
||||||
int _EXFUN(isblank, (int __c));
|
int _EXFUN(isblank, (int __c));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user