From ef89e96e8d6208e3fb52c2ee030a4b51ff679422 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 12 Mar 2017 18:57:45 -0700 Subject: [PATCH] Update explanation of HIGH range. --- src/runtime/chrset.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/runtime/chrset.scm b/src/runtime/chrset.scm index bc90c5c6c..9557846e9 100644 --- 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 (%make-char-set low high) -- 2.25.1