about summary refs log tree commit diff
path: root/sysdeps/mips
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-03-20 17:59:45 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-03-20 17:59:45 +0000
commitf1f8a9ec6f428ccf7ff1b73252b69d57576fe7bb (patch)
tree0d8d3ad955788d7f4636c45dbae119eed6a32017 /sysdeps/mips
parent2ff16e041a767bfedec01b6f614ecffb3fb0f653 (diff)
downloadglibc-f1f8a9ec6f428ccf7ff1b73252b69d57576fe7bb.tar.gz
glibc-f1f8a9ec6f428ccf7ff1b73252b69d57576fe7bb.tar.xz
glibc-f1f8a9ec6f428ccf7ff1b73252b69d57576fe7bb.zip
* sysdeps/mips/ieee754.h: Remove excess #endif.
2003-03-20  Alexandre Oliva  <aoliva@redhat.com>

	* sysdeps/mips/ieee754.h: Remove excess #endif.
Diffstat (limited to 'sysdeps/mips')
-rw-r--r--sysdeps/mips/ieee754.h1
1 files changed, 0 insertions, 1 deletions
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.  */