*features* support for the reader
[jscl.git] / src / utils.lisp
index d586cdd..430b6a7 100644 (file)
@@ -83,4 +83,4 @@
 
 (defun float-to-string (x)
   #+jscl (float-to-string x)
-  #+common-lisp (format nil "~f" x))
+  #-jscl (format nil "~f" x))