Add export of *block-associations*.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 26 Aug 1993 06:33:56 +0000 (06:33 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 26 Aug 1993 06:33:56 +0000 (06:33 +0000)
v7/src/compiler/machines/C/compiler.pkg
v7/src/compiler/machines/alpha/compiler.pkg
v7/src/compiler/machines/bobcat/compiler.pkg
v7/src/compiler/machines/mips/compiler.pkg
v7/src/compiler/machines/spectrum/compiler.pkg
v7/src/compiler/machines/vax/compiler.pkg

index e94b6fd660eb49dae809d7e8c1e142039e1d7e9c..ba78f1f14972789e133d49a30a859ca3e652c3c3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.2 1993/08/11 23:36:44 cph Exp $
+$Id: compiler.pkg,v 1.3 1993/08/26 06:29:30 gjr Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -611,6 +611,7 @@ MIT in each case. |#
          lap:make-unconditional-branch
          lap:syntax-instruction)
   (export (compiler top-level)
+         *block-associations*
          current-register-list
          fake-compiled-block-name
          free-assignments
index e600c13f3a83c3b38597650bdb414fc041eaefa3..d89128fc7f3991b2ff17127c9b38a4e45a6ffb2d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.7 1993/08/11 23:36:50 cph Exp $
+$Id: compiler.pkg,v 1.8 1993/08/26 06:33:56 gjr Exp $
 
 Copyright (c) 1992-1993 Digital Equipment Corporation (D.E.C.)
 
@@ -610,6 +610,7 @@ case.
          lap:make-unconditional-branch
          lap:syntax-instruction)
   (export (compiler top-level)
+         *block-associations*
          *interned-assignments*
          *interned-constants*
          *interned-global-links*
index c278761b0d1f7a42a73f8ec31bc2ad5931579152..011b4bd8504cdb690b7d34b6bc5b982d8b1cbbcb 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.45 1993/08/11 23:36:30 cph Exp $
+$Id: compiler.pkg,v 1.46 1993/08/26 06:27:45 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -615,6 +615,7 @@ MIT in each case. |#
          lap:make-unconditional-branch
          lap:syntax-instruction)
   (export (compiler top-level)
+         *block-associations*
          *interned-assignments*
          *interned-constants*
          *interned-global-links*
index b93f4a45f9db0b1310a90f954f4d9f90fde13d05..bf2fef3ac2adccd72de345b27f1b7817258724bb 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.15 1993/08/11 23:36:37 cph Exp $
+$Id: compiler.pkg,v 1.16 1993/08/26 06:27:25 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -616,6 +616,7 @@ MIT in each case. |#
          lap:make-unconditional-branch
          lap:syntax-instruction)
   (export (compiler top-level)
+         *block-associations*
          *interned-assignments*
          *interned-constants*
          *interned-global-links*
index 377f25f81bcf481329a4d8304457186b8fbaf3d0..881f21c1ad8e5e8810f624ed0e863fdce9830ca8 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.43 1993/08/11 23:36:23 cph Exp $
+$Id: compiler.pkg,v 1.44 1993/08/26 06:26:56 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -613,6 +613,7 @@ MIT in each case. |#
          lap:make-unconditional-branch
          lap:syntax-instruction)
   (export (compiler top-level)
+         *block-associations*
          *interned-assignments*
          *interned-constants*
          *interned-global-links*
index 9f0776f17aefb012cdbae6150d708b68600ca316..681a35ee49ce17758d433590f52936329ca7585d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.17 1993/08/11 23:36:13 cph Exp $
+$Id: compiler.pkg,v 1.18 1993/08/26 06:33:36 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -606,6 +606,7 @@ MIT in each case. |#
          lap:make-unconditional-branch
          lap:syntax-instruction)
   (export (compiler top-level)
+         *block-associations*
          *interned-assignments*
          *interned-constants*
          *interned-global-links*