oops
authorClaus Gittinger <cg@exept.de>
Tue, 03 Dec 2019 21:37:27 +0100
changeset 25059 f3093a33e1e1
parent 25058 08eb3345f6d9
child 25060 86ec9a811704
oops
Float.st
--- a/Float.st	Tue Dec 03 19:52:14 2019 +0100
+++ b/Float.st	Tue Dec 03 21:37:27 2019 +0100
@@ -198,6 +198,13 @@
 # endif
 #endif
 
+#ifndef isfinitef
+# define isfinitef(x) isfinite(x)
+#endif
+// #ifndef isnanf
+// # define isnanf(x) isnan(x)
+// #endif
+
 %}
 ! !