From be2df869e0f37cd1c077029870775e217de55171 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 25 Feb 1993 02:13:39 +0000 Subject: [PATCH] Changes for the C back end and to improve the open coding of vectors on the 386. --- v7/src/compiler/base/make.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1