From: Chris Hanson Date: Tue, 16 Oct 2001 17:56:47 +0000 (+0000) Subject: Fix bug: don't avoid coloring part of the graph just because it is X-Git-Tag: 20090517-FFI~2496 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0f15e4a83000dadf3badbc5189b3277a34c3eea5;p=mit-scheme.git Fix bug: don't avoid coloring part of the graph just because it is going to be inlined later. There is probably a subtle bug here, but finding it will require too much thought, and this fix appears to work. --- diff --git a/v7/src/compiler/base/make.scm b/v7/src/compiler/base/make.scm index f56a70969..8f1209ba0 100644 --- a/v7/src/compiler/base/make.scm +++ b/v7/src/compiler/base/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 4.113 2001/08/18 04:52:33 cph Exp $ +$Id: make.scm,v 4.114 2001/10/16 17:56:47 cph Exp $ Copyright (c) 1988-1999, 2001 Massachusetts Institute of Technology @@ -34,4 +34,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA (load-option 'HASH-TABLE) (load-option 'RB-TREE) (load-package-set "compiler"))) - (add-identification! (string-append "Liar (" architecture-name ")") 4 111)) \ No newline at end of file + (add-identification! (string-append "Liar (" architecture-name ")") 4 112)) \ No newline at end of file