Export INT:->FLONUM.
authorChris Hanson <org/chris-hanson/cph>
Mon, 29 Nov 1993 23:10:53 +0000 (23:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 29 Nov 1993 23:10:53 +0000 (23:10 +0000)
v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index e86b9d3d3242c0affef3a01f4935306a674a5c5b..b7b8fa532a113c3b89f86e6d4e67ee12fe9c5ddd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.218 1993/11/20 08:07:30 cph Exp $
+$Id: runtime.pkg,v 14.219 1993/11/29 23:10:53 cph Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -1372,6 +1372,7 @@ MIT in each case. |#
          imag-part
          inexact->exact
          inexact?
+         int:->flonum
          integer-ceiling
          integer-divide
          integer-divide-quotient
index e86b9d3d3242c0affef3a01f4935306a674a5c5b..b7b8fa532a113c3b89f86e6d4e67ee12fe9c5ddd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: runtime.pkg,v 14.218 1993/11/20 08:07:30 cph Exp $
+$Id: runtime.pkg,v 14.219 1993/11/29 23:10:53 cph Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -1372,6 +1372,7 @@ MIT in each case. |#
          imag-part
          inexact->exact
          inexact?
+         int:->flonum
          integer-ceiling
          integer-divide
          integer-divide-quotient