New version of compiler which includes support for passing arguments
authorMark Friedman <edu/mit/csail/zurich/markf>
Fri, 21 Apr 1989 15:20:37 +0000 (15:20 +0000)
committerMark Friedman <edu/mit/csail/zurich/markf>
Fri, 21 Apr 1989 15:20:37 +0000 (15:20 +0000)
to procedures in registers.

v7/src/compiler/machines/bobcat/make.scm-68040

index 3503bc9b5b0b44bbc2fa6d9308af3527507e2867..5d3a2e9305f82c235450e68213e5a11ee06ae2bd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.40 1989/04/15 18:06:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.41 1989/04/21 15:20:37 markf Exp $
 
 Copyright (c) 1988, 1989 Massachusetts Institute of Technology
 
@@ -41,4 +41,4 @@ MIT in each case. |#
            ((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
          '((COMPILER MACROS)
            (COMPILER DECLARATIONS)))
-(add-system! (make-system "Liar" 4 40 '()))
\ No newline at end of file
+(add-system! (make-system "Liar" 4 41 '()))
\ No newline at end of file