Rename project to JSCL
[jscl.git] / src / utils.lisp
index d73a15d..3cf0103 100644 (file)
@@ -87,7 +87,5 @@
                  digits)))))
 
 (defun float-to-string (x)
-  #+ecmalisp
-  (float-to-string x)
-  #+common-lisp
-  (format nil "~f" x))
+  #+jscl (float-to-string x)
+  #+common-lisp (format nil "~f" x))