Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Sun, 4 Jul 2004 05:37:25 +0000 (05:37 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 4 Jul 2004 05:37:25 +0000 (05:37 +0000)
v7/src/runtime/global.scm

index 8c075cc96881a36ce7edadb8e4eb72dc3dbdd60f..07ff27b17e53dda1345717dc1af9d67b0a456c5f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: global.scm,v 14.63 2004/07/04 05:28:37 cph Exp $
+$Id: global.scm,v 14.64 2004/07/04 05:37:25 cph Exp $
 
 Copyright 1988,1989,1991,1992,1993,1995 Massachusetts Institute of Technology
 Copyright 1998,2000,2001,2003,2004 Massachusetts Institute of Technology
@@ -304,7 +304,7 @@ USA.
 (define (pointer-type-code? code)
   (case (type-code->gc-type code)
     ((CELL PAIR TRIPLE QUADRUPLE VECTOR COMPILED-ENTRY) #t)
-    ((GC-INTERNAL) (fix= (ucode-type broken-heart) code))
+    ((GC-INTERNAL) (fix:= (ucode-type broken-heart) code))
     (else #f)))
 
 (define (undefined-value? object)