Float.st
changeset 5822 4e56f8aadda5
parent 5557 f5f8d236027c
child 5884 92d1470a57dc
--- a/Float.st	Wed Feb 28 14:21:20 2001 +0100
+++ b/Float.st	Wed Feb 28 17:07:47 2001 +0100
@@ -47,7 +47,7 @@
 
 #if defined(LINUX)
 # ifndef NAN
-#  include <nan.h>
+#  include <bits/nan.h>
 # endif
 #endif
 
@@ -2083,6 +2083,6 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.112 2000-08-22 13:56:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.113 2001-02-28 16:07:47 stefan Exp $'
 ! !
 Float initialize!