From 61707f1e5c2e8db8f97f6fecaed1a5d955994ae1 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 11 Sep 2012 20:21:31 -0700 Subject: [PATCH] unicode.data: inline category#. --- basis/unicode/data/data.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/unicode/data/data.factor b/basis/unicode/data/data.factor index c85aca382e..03fc3b98ad 100644 --- a/basis/unicode/data/data.factor +++ b/basis/unicode/data/data.factor @@ -71,7 +71,7 @@ PRIVATE> [ drop 26 ] [ 0xE0100 0xE01EF between? 5 29 ? ] if - ] ?if ; + ] ?if ; inline : category ( char -- category ) category# categories nth ;