aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/mips/ieee754.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5b96622f0..ba8629dad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-20 Alexandre Oliva <aoliva@redhat.com>
+
+ * sysdeps/mips/ieee754.h: Remove excess #endif.
+
2003-03-20 Roland McGrath <roland@redhat.com>
* sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
diff --git a/sysdeps/mips/ieee754.h b/sysdeps/mips/ieee754.h
index febae1deeb..ed13de2775 100644
--- a/sysdeps/mips/ieee754.h
+++ b/sysdeps/mips/ieee754.h
@@ -182,7 +182,6 @@ union ieee854_long_double
unsigned int negative:1;
#endif /* Little endian. */
} ieee_nan;
-#endif
};
#define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */