Removed _float.h and all references to it
[fw/sdcc] / device / lib / _fs2uint.c
index 8542b03907475de4b31bf6283d8b4b24bfb6583e..0eaa2edf4b26f0757a2dc564345827df8f9adadc 100644 (file)
@@ -1,4 +1,4 @@
-#include <_float.h>
+#include <limits.h>
 
 /* convert float to unsigned int */
 unsigned int __fs2uint (float f) {