Split toplev and move a couple of things around to make integration of
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 19 Oct 1992 19:34:26 +0000 (19:34 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 19 Oct 1992 19:34:26 +0000 (19:34 +0000)
the C back end, and other back ends that use native post-processing,
easier.

v7/src/compiler/base/make.scm

index 3c67ba6103bb560b42212c0b3970b15a991c57c4..a6fae92a5a8788bbf5f675f5f71d92f9c8778a18 100644 (file)
@@ -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