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:
9bbecb5
)
Add unicode support to equal?.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2017 04:36:36 +0000
(20:36 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2017 04:36:36 +0000
(20:36 -0800)
src/runtime/equals.scm
patch
|
blob
|
history
diff --git
a/src/runtime/equals.scm
b/src/runtime/equals.scm
index 8c5147b281a17e73ca38a8317f67effb2dc32ba3..7ce4f8c2b736c739e6f45d0cd794b115da96ebdd 100644
(file)
--- a/
src/runtime/equals.scm
+++ b/
src/runtime/equals.scm
@@
-61,8
+61,8
@@
USA.
(loop (fix:+ index 1))))))))
((bytevector? y)
(bytevector=? x y))
- ((string? y)
- (string=? x y))
+ ((
u
string? y)
+ (
u
string=? x y))
((number? y)
(number:eqv? x y))
((cell? y)