]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/mips/ieee754.h: Remove excess #endif.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 20 Mar 2003 17:59:45 +0000 (17:59 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 20 Mar 2003 17:59:45 +0000 (17:59 +0000)
2003-03-20  Alexandre Oliva  <aoliva@redhat.com>

* sysdeps/mips/ieee754.h: Remove excess #endif.

ChangeLog
sysdeps/mips/ieee754.h

index e5b96622f0f0b437e73a198645132ba80edf5b5a..ba8629dad4c18e19f997c1589a6559a819b4f085 100644 (file)
--- 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
index febae1deebfb363347023e127b702a6b578aac49..ed13de27757ef562016d8085912a210b724db144 100644 (file)
@@ -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.  */
This page took 0.073135 seconds and 5 git commands to generate.