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:
c09cbb8
)
Eliminate incorrect registration of legacy-string?.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2017 00:30:13 +0000
(16:30 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 27 Jan 2017 00:30:13 +0000
(16:30 -0800)
src/runtime/predicate-metadata.scm
patch
|
blob
|
history
diff --git
a/src/runtime/predicate-metadata.scm
b/src/runtime/predicate-metadata.scm
index 7653fc7cd4fe290bbcfd54555659a3c22c82f85f..9f1a037db7f82f385c6a7b691aa9f81756f82208 100644
(file)
--- a/
src/runtime/predicate-metadata.scm
+++ b/
src/runtime/predicate-metadata.scm
@@
-321,7
+321,6
@@
USA.
(register-predicate! interned-symbol? 'interned-symbol '<= symbol?)
(register-predicate! keyword? 'keyword '<= symbol?)
(register-predicate! lambda-tag? 'lambda-tag)
- (register-predicate! legacy-string? 'legacy-string)
(register-predicate! named-structure? 'named-structure)
(register-predicate! population? 'population)
(register-predicate! promise? 'promise)