2006-10-25 Vladimir Prus <vladimir@codesourcery.com>
* libc/include/math.h: (exception): Add a comment telling fixincludes that we handle C vs. C++ issue.
This commit is contained in:
parent
ddb2c9e81c
commit
884dc68fe0
|
@ -1,3 +1,8 @@
|
||||||
|
2006-10-25 Vladimir Prus <vladimir@codesourcery.com>
|
||||||
|
|
||||||
|
* libc/include/math.h: (exception): Add a comment
|
||||||
|
telling fixincludes that we handle C vs. C++ issue.
|
||||||
|
|
||||||
2006-10-11 Yang Tse <yangsita@gmail.com>
|
2006-10-11 Yang Tse <yangsita@gmail.com>
|
||||||
|
|
||||||
* libc/include/machine/setjmp.h: Use __extension__ keyword for gcc's
|
* libc/include/machine/setjmp.h: Use __extension__ keyword for gcc's
|
||||||
|
|
|
@ -336,7 +336,8 @@ extern int *__signgam _PARAMS((void));
|
||||||
#define __signgam_r(ptr) _REENT_SIGNGAM(ptr)
|
#define __signgam_r(ptr) _REENT_SIGNGAM(ptr)
|
||||||
|
|
||||||
/* The exception structure passed to the matherr routine. */
|
/* The exception structure passed to the matherr routine. */
|
||||||
|
/* We have a problem when using C++ since `exception' is a reserved
|
||||||
|
name in C++. */
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
struct __exception
|
struct __exception
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue