]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/bits/huge_val.h
Update.
[thirdparty/glibc.git] / sysdeps / i386 / bits / huge_val.h
similarity index 96%
rename from sysdeps/i386/huge_val.h
rename to sysdeps/i386/bits/huge_val.h
index fa071452fb563b897a4b77bc3ac54812f2998aab..65a06d8f3cc9d2f9c3235faf2dd668ed22b3c624 100644 (file)
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#ifndef           _HUGE_VAL_H
-#define           _HUGE_VAL_H  1
+#ifndef _MATH_H
+#error "Never use <bits/huge_val.h> directly; include <math.h> instead."
+#endif
+
 
 #include <features.h>
 #include <sys/cdefs.h>
@@ -66,5 +68,3 @@ static __huge_vall_t __huge_vall = { __HUGE_VALL_bytes };
 #endif /* GCC.  */
 
 #endif /* __USE_ISOC9X.  */
-
-#endif    /* huge_val.h */