From: Guillermo J. Rozas Date: Thu, 1 Jul 1993 06:51:22 +0000 (+0000) Subject: Changes to support better array indexing. X-Git-Tag: 20090517-FFI~8227 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4146e7e61ee5d00d288bca8a3379c8338b0beb14;p=mit-scheme.git Changes to support better array indexing. --- diff --git a/v7/src/compiler/machines/spectrum/compiler.pkg b/v7/src/compiler/machines/spectrum/compiler.pkg index 1f66a6cac..348cada36 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.41 1993/02/25 02:13:10 gjr Exp $ +$Id: compiler.pkg,v 1.42 1993/07/01 06:51:22 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))