]> gitweb.factorcode.org Git - factor.git/commitdiff
unicode.data: inline category#.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Sep 2012 03:21:31 +0000 (20:21 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 12 Sep 2012 03:21:31 +0000 (20:21 -0700)
basis/unicode/data/data.factor

index c85aca382ee641db3324c98c06f61352d76bf530..03fc3b98ad3856141d45a58652bb5a703a6613d8 100644 (file)
@@ -71,7 +71,7 @@ PRIVATE>
         [ drop 26 ] [
             0xE0100 0xE01EF between?  5 29 ?
         ] if
-    ] ?if ;
+    ] ?if ; inline
 
 : category ( char -- category )
     category# categories nth ;