[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r23089 - in /trunk/libc: ChangeLog.eglibc math/complex.h math/math.h



Author: joseph
Date: Fri May 17 23:50:11 2013
New Revision: 23089

Log:
	* math/complex.h, math/math.h: Revert differences from glibc.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/math/complex.h
    trunk/libc/math/math.h

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Fri May 17 23:50:11 2013
@@ -1,3 +1,7 @@
+2013-05-17  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* math/complex.h, math/math.h: Revert differences from glibc.
+
 2012-11-17  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	* sunrpc/proto.h [IS_in_build] (REPORT_BUGS_TO): Remove.

Modified: trunk/libc/math/complex.h
==============================================================================
--- trunk/libc/math/complex.h (original)
+++ trunk/libc/math/complex.h Fri May 17 23:50:11 2013
@@ -90,7 +90,7 @@
    here unconditionally since `long double' is required in ISO C99.  */
 #if !(defined __NO_LONG_DOUBLE_MATH && defined _LIBC)	\
     || defined __LDBL_COMPAT
-# if defined __LDBL_COMPAT || defined __NO_LONG_DOUBLE_MATH
+# ifdef __LDBL_COMPAT
 #  undef __MATHDECL_1
 #  define __MATHDECL_1(type, function, args) \
   extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function)

Modified: trunk/libc/math/math.h
==============================================================================
--- trunk/libc/math/math.h (original)
+++ trunk/libc/math/math.h Fri May 17 23:50:11 2013
@@ -109,9 +109,6 @@
 				   nextafter) __attribute__ ((__const__));
 #    endif
 #   endif
-#  endif
-
-#  if defined __LDBL_COMPAT || defined __NO_LONG_DOUBLE_MATH
 
 #   undef __MATHDECL_1
 #   define __MATHDECL_2(type, function,suffix, args, alias) \

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits