This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] mathcalls.h _NAMESPACE_C99 fix


Hi,

This patch addes missing __BEGIN_NAMESPACE_C99 - __END_NAMESPACE_C99 pair
in #ifdef - #endif for mathcall.h.

Regards,
-- gotom

2003-03-01  GOTO Masanori  <gotom at debian dot or dot jp>

	* math/bits/mathcalls.h: Add missing __{BEGIN,END}_NAMESPACE_C99 pair.

--- libc/math/bits/mathcalls.h	2002-08-28 17:01:09.000000000 +0900
+++ libc/math/bits/mathcalls.h	2003-01-05 20:48:00.000000000 +0900
@@ -295,9 +295,11 @@
 
 /* Return the binary exponent of X, which must be nonzero.  */
 __MATHDECL (int,ilogb,, (_Mdouble_ __x));
+__END_NAMESPACE_C99
 #endif
 
 #ifdef __USE_ISOC99
+__BEGIN_NAMESPACE_C99
 /* Return X times (2 to the Nth power).  */
 __MATHCALL (scalbln,, (_Mdouble_ __x, long int __n));
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]