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:
fd1a6e9
)
Fix typo when reading symbols without #!fold-case.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 6 Oct 2017 23:56:24 +0000
(16:56 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 6 Oct 2017 23:56:24 +0000
(16:56 -0700)
src/runtime/parse.scm
patch
|
blob
|
history
diff --git
a/src/runtime/parse.scm
b/src/runtime/parse.scm
index aaf84327a03764c02d13188ff0576e191de479b4..c4bbe692a7233eadf9d70cf39b123babab9d0e07 100644
(file)
--- a/
src/runtime/parse.scm
+++ b/
src/runtime/parse.scm
@@
-335,7
+335,7
@@
USA.
(define (string-maybe-ci=? db s1 s2)
(if (db-fold-case? db)
(string-ci=? s1 s2)
- (string
-maybe-ci=? db
s1 s2)))
+ (string
=?
s1 s2)))
(define (handler:whitespace db ctx char)
db ctx char