Fix bug: don't avoid coloring part of the graph just because it is
authorChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 2001 17:56:47 +0000 (17:56 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 2001 17:56:47 +0000 (17:56 +0000)
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.

v7/src/compiler/base/make.scm

index f56a7096927f4e0c5b8589ff1b4ddbbad3598547..8f1209ba0d8cf740f70cfa6a7dca56b0eb96b43d 100644 (file)
@@ -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