From ce8ee8d9b401c9c2828df3457815c2f4ceed4900 Mon Sep 17 00:00:00 2001 From: David McCullough Date: Wed, 11 Jul 2001 13:47:45 +0000 Subject: Added __BEGIN_DECLS and __END_DECLS to the files that didn't have it and that I could see needed it. Should be pretty low impact as these are only defined when using C++. --- libc/sysdeps/linux/i386/bits/cmathcalls.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/i386/bits/cmathcalls.h') diff --git a/libc/sysdeps/linux/i386/bits/cmathcalls.h b/libc/sysdeps/linux/i386/bits/cmathcalls.h index f063042b0..c1b0781b0 100644 --- a/libc/sysdeps/linux/i386/bits/cmathcalls.h +++ b/libc/sysdeps/linux/i386/bits/cmathcalls.h @@ -47,6 +47,7 @@ #define _Mdouble_complex_ _Mdouble_ _Complex +__BEGIN_DECLS /* Trigonometric functions. */ @@ -155,3 +156,5 @@ __MATH_PRECNAME(conj) (_Mdouble_complex_ __z) } #endif + +__END_DECLS -- cgit v1.2.3