From 533621041ad541ad5d4d85b88f2d3a87c6c64d52 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 27 Mar 2000 02:04:45 +0000 Subject: MFS: Add a "magic" comment to help fixincludes realize it doesn't need to modify this file when building GCC 2.96 [by hand or via the port]. Submitted by: Zack Weinberg --- lib/msun/src/math.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/msun') diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index 6d51877..e26e39f 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -64,6 +64,8 @@ extern _LIB_VERSION_TYPE _LIB_VERSION; #define _XOPEN_ fdlibm_xopen #define _POSIX_ fdlibm_posix +/* We have a problem when using C++ since `exception' is a reserved + name in C++. */ #ifndef __cplusplus struct exception { int type; -- cgit v1.1