From 5713462d5adb7131b4da0be427ff395fe49a0c81 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 26 Mar 2002 09:18:09 +0000 Subject: Fixed some minor style bugs. --- lib/msun/src/math.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/msun/src') diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index a625010..1745ffa 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); -- cgit v1.1