From 4260c4120a20755359c25125c2bb3d9cf759ea92 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 21 Dec 2000 23:30:28 +0000 Subject: [PATCH] Fix a typo. --- sysdeps/ieee754/ldbl-96/math_ldbl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysdeps/ieee754/ldbl-96/math_ldbl.h b/sysdeps/ieee754/ldbl-96/math_ldbl.h index 1a9b027..cca3065 100644 --- a/sysdeps/ieee754/ldbl-96/math_ldbl.h +++ b/sysdeps/ieee754/ldbl-96/math_ldbl.h @@ -12,8 +12,8 @@ typedef union long double value; struct { - unsigned int sign_exponent:16; - int empty:16; + int sign_exponent:16; + unsigned int empty:16; u_int32_t msw; u_int32_t lsw; } parts; -- 2.7.4