From: Guillermo J. Rozas Date: Thu, 26 Aug 1993 06:33:56 +0000 (+0000) Subject: Add export of *block-associations*. X-Git-Tag: 20090517-FFI~7978 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b4461fb7d6c473855d19842bcdcb22fa82ee0af2;p=mit-scheme.git Add export of *block-associations*. --- diff --git a/v7/src/compiler/machines/C/compiler.pkg b/v7/src/compiler/machines/C/compiler.pkg index e94b6fd66..ba78f1f14 100644 --- a/v7/src/compiler/machines/C/compiler.pkg +++ b/v7/src/compiler/machines/C/compiler.pkg @@ -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 diff --git a/v7/src/compiler/machines/alpha/compiler.pkg b/v7/src/compiler/machines/alpha/compiler.pkg index e600c13f3..d89128fc7 100644 --- a/v7/src/compiler/machines/alpha/compiler.pkg +++ b/v7/src/compiler/machines/alpha/compiler.pkg @@ -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* diff --git a/v7/src/compiler/machines/bobcat/compiler.pkg b/v7/src/compiler/machines/bobcat/compiler.pkg index c278761b0..011b4bd85 100644 --- a/v7/src/compiler/machines/bobcat/compiler.pkg +++ b/v7/src/compiler/machines/bobcat/compiler.pkg @@ -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* diff --git a/v7/src/compiler/machines/mips/compiler.pkg b/v7/src/compiler/machines/mips/compiler.pkg index b93f4a45f..bf2fef3ac 100644 --- a/v7/src/compiler/machines/mips/compiler.pkg +++ b/v7/src/compiler/machines/mips/compiler.pkg @@ -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* diff --git a/v7/src/compiler/machines/spectrum/compiler.pkg b/v7/src/compiler/machines/spectrum/compiler.pkg index 377f25f81..881f21c1a 100644 --- a/v7/src/compiler/machines/spectrum/compiler.pkg +++ b/v7/src/compiler/machines/spectrum/compiler.pkg @@ -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* diff --git a/v7/src/compiler/machines/vax/compiler.pkg b/v7/src/compiler/machines/vax/compiler.pkg index 9f0776f17..681a35ee4 100644 --- a/v7/src/compiler/machines/vax/compiler.pkg +++ b/v7/src/compiler/machines/vax/compiler.pkg @@ -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*