summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-03-27 02:04:45 +0000
committerobrien <obrien@FreeBSD.org>2000-03-27 02:04:45 +0000
commit533621041ad541ad5d4d85b88f2d3a87c6c64d52 (patch)
treebe1ed7bc7bf2dd329c1caf5f6814c14146f11495 /lib/msun
parentcc0616800225dc2d8403e0806d336593dea95294 (diff)
downloadFreeBSD-src-533621041ad541ad5d4d85b88f2d3a87c6c64d52.zip
FreeBSD-src-533621041ad541ad5d4d85b88f2d3a87c6c64d52.tar.gz
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 <zack@wolery.cumb.org>
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/math.h2
1 files changed, 2 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud