From: Mark Friedman Date: Fri, 21 Apr 1989 15:20:37 +0000 (+0000) Subject: New version of compiler which includes support for passing arguments X-Git-Tag: 20090517-FFI~12150 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=02260de28bea5d94c5dd7b1bfbf68a2045c035e1;p=mit-scheme.git New version of compiler which includes support for passing arguments to procedures in registers. --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 3503bc9b5..5d3a2e930 100644 --- a/v7/src/compiler/machines/bobcat/make.scm-68040 +++ b/v7/src/compiler/machines/bobcat/make.scm-68040 @@ -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