From d26447987eee7221fbe1d851a5535f6394ea8d4e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 4 Jul 2004 05:37:25 +0000 Subject: [PATCH] Fix typo. --- v7/src/runtime/global.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/global.scm b/v7/src/runtime/global.scm index 8c075cc96..07ff27b17 100644 --- a/v7/src/runtime/global.scm +++ b/v7/src/runtime/global.scm @@ -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) -- 2.25.1