Export rtl:bump-closure.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 7 Jul 1993 20:44:36 +0000 (20:44 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 7 Jul 1993 20:44:36 +0000 (20:44 +0000)
v7/src/compiler/machines/i386/compiler.pkg
v7/src/compiler/machines/mips/compiler.pkg

index 552f6a5baebd1b8a81e7b367e5d67e8f7135e76e..6355926f2195268511c64c1b33accfff10d4887e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.15 1993/02/25 02:15:14 gjr Exp $
+$Id: compiler.pkg,v 1.16 1993/07/07 20:44:36 gjr Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -508,7 +508,8 @@ MIT in each case. |#
   (files "rtlgen/rgcomb")
   (parent (compiler rtl-generator))
   (export (compiler rtl-generator)
-         generate/combination)
+         generate/combination
+         rtl:bump-closure)
   (export (compiler rtl-generator combination/inline)
          generate/invocation-prefix))
 
index 7a1e7bf332e7271d5af9e3d13d3233b6efe4bb9f..aed7326041cb47d460b7e3ceb914f114dc403550 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.13 1993/02/25 02:16:39 gjr Exp $
+$Id: compiler.pkg,v 1.14 1993/07/07 20:44:09 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -511,7 +511,8 @@ MIT in each case. |#
   (files "rtlgen/rgcomb")
   (parent (compiler rtl-generator))
   (export (compiler rtl-generator)
-         generate/combination)
+         generate/combination
+         rtl:bump-closure)
   (export (compiler rtl-generator combination/inline)
          generate/invocation-prefix))