Float.st
changeset 7411 45c19db66503
parent 7410 ba285982489a
child 7420 633c9331da21
--- a/Float.st	Tue Jun 17 21:44:00 2003 +0200
+++ b/Float.st	Tue Jun 17 21:44:42 2003 +0200
@@ -106,6 +106,9 @@
 # ifndef isnan
 #  define isnan(x)      0
 # endif
+# define NO_ASINH
+# define NO_ACOSH
+# define NO_ATANH
 #endif
 
 #ifdef realIX
@@ -2495,7 +2498,7 @@
 !Float class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.143 2003-06-17 19:44:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Float.st,v 1.144 2003-06-17 19:44:42 cg Exp $'
 ! !
 
 Float initialize!