From 6898f8c48e5049b151cc83a9e6a04ab2296adae3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 26 Mar 2002 09:18:09 +0000 Subject: [PATCH] Fixed some minor style bugs. --- lib/msun/src/math.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index a625010ab3e8..1745ffa36654 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -95,12 +95,12 @@ struct exception { #endif /* !_XOPEN_SOURCE */ #endif /* !_ANSI_SOURCE && !_POSIX_SOURCE */ - #include + +__BEGIN_DECLS /* * ANSI/POSIX */ -__BEGIN_DECLS double acos(double); double asin(double); double atan(double);