2001-02-25 Greg Freemyer <freemyer@NorcrossGroup.com>
* libmath/mathconf.h (GET_LDOUBLE_MSW64): Fix thinko.
From-SVN: r40051
+2001-02-25 Greg Freemyer <freemyer@NorcrossGroup.com>
+
+ * libmath/mathconf.h (GET_LDOUBLE_MSW64): Fix thinko.
+
2001-02-23 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/codecvt.h: Use __builtin_alloca.
typedef unsigned int U_int32_t __attribute ((mode (SI)));
typedef int Int32_t __attribute ((mode (SI)));
typedef unsigned int U_int64_t __attribute ((mode (DI)));
-typedef int Uint64_t __attribute ((mode (DI)));
+typedef int Int64_t __attribute ((mode (DI)));
#ifdef _GLIBCPP_HAVE_NAN_H
# include <nan.h>
do { \
ieee_quad_double_shape_type qw_u; \
qw_u.value = (d); \
- (ix0) = qw_u.parts64.msw; \
+ (msw) = qw_u.parts64.msw; \
} while (0)