2006-11-30 Lev Bishop <lev.bishop@gmail.com>

* libc/include/math.h: Allow C99 functions/macros to be
        defined for C++ even when __STRICT_ANSI__.
This commit is contained in:
Jeff Johnston 2006-11-30 23:40:12 +00:00
parent 76c4048648
commit 75190a8fa2
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2006-11-30 Lev Bishop <lev.bishop@gmail.com>
* libc/include/math.h: Allow C99 functions/macros to be
defined for C++ even when __STRICT_ANSI__.
2006-11-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/makebuf.c (__smakebuf): If dealing with

View File

@ -102,7 +102,7 @@ extern double fmod _PARAMS((double, double));
#endif /* ! defined (__math_68881) */
#endif /* ! defined (_REENT_ONLY) */
#ifndef __STRICT_ANSI__
#if !defined(__STRICT_ANSI__) || defined(__cplusplus)
/* ISO C99 types and macros. */
@ -233,7 +233,7 @@ extern double drem _PARAMS((double, double));
#endif /* ! defined (_REENT_ONLY) */
#endif /* ! defined (__STRICT_ANSI__) */
#endif /* !defined (__STRICT_ANSI__) || defined(__cplusplus) */
#if !defined(__STRICT_ANSI__) || defined(__cplusplus)