From: Guillermo J. Rozas Date: Tue, 3 Apr 1990 04:50:08 +0000 (+0000) Subject: Fix bugs in rulrew by which generic arithmetic with a constant X-Git-Tag: 20090517-FFI~11468 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3304266f59e0c82f36b5e550941d039000516663;p=mit-scheme.git Fix bugs in rulrew by which generic arithmetic with a constant argument was always calling off-line. Make top level declarations propagate when compile-by-procedures is turned on. --- diff --git a/v7/src/compiler/machines/bobcat/make.scm-68040 b/v7/src/compiler/machines/bobcat/make.scm-68040 index 5da1ae8d3..26e1ff7c7 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.71 1990/04/01 22:31:56 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.72 1990/04/03 04:50:08 jinx Exp $ Copyright (c) 1988, 1989, 1990 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 (Motorola MC68020)" 4 71 '())) \ No newline at end of file +(add-system! (make-system "Liar (Motorola MC68020)" 4 72 '())) \ No newline at end of file