Change representation of character sets so that they do not satisfy
authorChris Hanson <org/chris-hanson/cph>
Fri, 15 Jun 2001 20:38:51 +0000 (20:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 15 Jun 2001 20:38:51 +0000 (20:38 +0000)
commit0448306bb17c88a00ab7b6ba5f154048e81d3dd9
treed393d2a67ef2829ba3e69201911b2a7664228ebf
parentc728695b103cdb5ba6e4c52b0c5a6f53f71c7eba
Change representation of character sets so that they do not satisfy
STRING?.  Unfortunately, this requires a complete recompilation of the
system, since the primitives SUBSTRING-FIND-NEXT-CHAR-IN-SET and
SUBSTRING-FIND-PREVIOUS-CHAR-IN-SET were being hard-coded by the
syntaxer.
v7/src/runtime/chrset.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/runtime.sf
v7/src/runtime/string.scm
v7/src/runtime/symbol.scm
v7/src/runtime/unpars.scm