projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b0522
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 10 Aug 2007 18:09:39 +0000
(18:09 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 10 Aug 2007 18:09:39 +0000
(18:09 +0000)
v7/src/runtime/char.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/char.scm
b/v7/src/runtime/char.scm
index 6cac0227b901a9f124e67223830abb3202a021c8..151bc180cd9b37a22ed4cf3bc61faf3647b08e67 100644
(file)
--- a/
v7/src/runtime/char.scm
+++ b/
v7/src/runtime/char.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: char.scm,v 14.3
1 2007/08/10 17:57:25
cph Exp $
+$Id: char.scm,v 14.3
2 2007/08/10 18:09:39
cph Exp $
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@
-91,7
+91,7
@@
USA.
\f
(define (8-bit-char? object)
(and (char? object)
- (fix:< (char->integer
char
) 256)))
+ (fix:< (char->integer
object
) 256)))
(define (guarantee-8-bit-char object #!optional caller)
caller