From a1f339851fa048a435728444bf9f88a2be5e6671 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Mon, 29 Nov 1993 23:10:53 +0000
Subject: [PATCH] Export INT:->FLONUM.

---
 v7/src/runtime/runtime.pkg | 3 ++-
 v8/src/runtime/runtime.pkg | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg
index e86b9d3d3..b7b8fa532 100644
--- a/v7/src/runtime/runtime.pkg
+++ b/v7/src/runtime/runtime.pkg
@@ -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
diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg
index e86b9d3d3..b7b8fa532 100644
--- a/v8/src/runtime/runtime.pkg
+++ b/v8/src/runtime/runtime.pkg
@@ -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
-- 
2.25.1