Fix typos in previous change.
authorChris Hanson <org/chris-hanson/cph>
Sun, 29 Apr 2007 18:26:20 +0000 (18:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 29 Apr 2007 18:26:20 +0000 (18:26 +0000)
v7/src/runtime/boot.scm

index 683ca5891f8814f2b7c1e98d80aab407ecfb4a72..be447badff45a199a5a34d9a995fa8fda306d35f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: boot.scm,v 14.26 2007/04/25 14:06:14 cph Exp $
+$Id: boot.scm,v 14.27 2007/04/29 18:26:20 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -129,10 +129,12 @@ USA.
 (define-primitives
   gc-space-status)
 
-(define (pure? object)
+(define (object-pure? object)
+  object
   #f)
 
-(define (constant? object)
+(define (object-constant? object)
+  object
   #t)
 
 (define-integrable (default-object? object)