Optimize charset union operator
authorMichael Gran <spk121@yahoo.com>
Wed, 2 Sep 2009 13:20:45 +0000 (06:20 -0700)
committerMichael Gran <spk121@yahoo.com>
Wed, 2 Sep 2009 13:28:47 +0000 (06:28 -0700)
commitaff31b0f9946999d9adbf582fabbbd3e523e29e8
tree0f3c8052a1f6da052e6f53f7bc34537dcb71a545
parentf4cdfe6140923b5cf11d7af9a2098514d98a61a5
Optimize charset union operator

* libguile/srfi-14.c (charsets_union): call scm_i_charset_set_range
  instead of setting characters one-by-one.
libguile/srfi-14.c