From c45ebd9cea777fcf2d075dc87ad6582aba587a7a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 19 Oct 1992 19:34:26 +0000 Subject: [PATCH] Split toplev and move a couple of things around to make integration of the C back end, and other back ends that use native post-processing, easier. --- v7/src/compiler/base/make.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index 3c67ba610..a6fae92a5 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.93 1992/09/30 21:02:39 cph Exp $ +$Id: make.scm,v 4.94 1992/10/19 19:34:26 jinx Exp $ -Copyright (c) 1988-92 Massachusetts Institute of Technology +Copyright (c) 1988-1992 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -46,5 +46,5 @@ MIT in each case. |# (initialize-package! '(COMPILER DECLARATIONS))) (add-system! (make-system (string-append "Liar (" architecture-name ")") - 4 93 + 4 94 '()))) \ No newline at end of file -- 2.25.1