checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 12 Feb 1997 17:28:06 +0100
changeset 2396 646ea118eaf8
parent 2395 e83076fa0a3f
child 2397 dd6979979e67
checkin from browser
Float.st
--- a/Float.st	Wed Feb 12 17:25:23 1997 +0100
+++ b/Float.st	Wed Feb 12 17:28:06 1997 +0100
@@ -34,6 +34,9 @@
 #if defined(IRIX)
 # include <nan.h>
 #endif
+#if defined(Linux)
+# include <nan.h>
+#endif
 
 %}
 ! !
@@ -1345,6 +1348,6 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.55 1997-02-12 16:25:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.56 1997-02-12 16:28:06 cg Exp $'
 ! !
 Float initialize!