From: Guillermo J. Rozas Date: Thu, 25 Feb 1993 02:13:39 +0000 (+0000) Subject: Changes for the C back end and to improve the open coding of vectors X-Git-Tag: 20090517-FFI~8467 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=be2df869e0f37cd1c077029870775e217de55171;p=mit-scheme.git Changes for the C back end and to improve the open coding of vectors on the 386. --- diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 32ff77570..1a1ac1531 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.97 1993/01/08 00:05:44 cph Exp $ +$Id: make.scm,v 4.98 1993/02/25 02:13:39 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. |# (initialize-package! '(COMPILER DECLARATIONS))) (add-system! (make-system (string-append "Liar (" architecture-name ")") - 4 97 + 4 98 '()))) \ No newline at end of file