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:
0758f80
)
Update explanation of HIGH range.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 13 Mar 2017 01:57:45 +0000
(18:57 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 13 Mar 2017 01:57:45 +0000
(18:57 -0700)
src/runtime/chrset.scm
patch
|
blob
|
history
diff --git
a/src/runtime/chrset.scm
b/src/runtime/chrset.scm
index bc90c5c6c94ac5e5deed232f286d67882690732e..9557846e966e9250a787cf2707a7ce79e4710938 100644
(file)
--- a/
src/runtime/chrset.scm
+++ b/
src/runtime/chrset.scm
@@
-36,8
+36,7
@@
USA.
;;; another, and no two ranges are adjacent. These ranges are sorted so that
;;; their STARTs are in order.
;;;
-;;; The HIGH range sequence is implemented as a u32 bytevector of alternating
-;;; START and END points. The vector always has an even number of points.
+;;; The HIGH range sequence is a u24 bytevector implementing an inversion list.
(define-record-type <char-set>
(%make-char-set low high)