Deleted Added
full compact
45c45
< __FBSDID("$FreeBSD: head/lib/libc/regex/regcomp.c 298830 2016-04-30 01:24:24Z pfg $");
---
> __FBSDID("$FreeBSD: head/lib/libc/regex/regcomp.c 301461 2016-06-05 19:12:52Z pfg $");
824c824
< (void)REQUIRE(__collate_range_cmp(table, start, finish) <= 0, REG_ERANGE);
---
> (void)REQUIRE(__wcollate_range_cmp(table, start, finish) <= 0, REG_ERANGE);
826,827c826,827
< if ( __collate_range_cmp(table, start, i) <= 0
< && __collate_range_cmp(table, i, finish) <= 0
---
> if ( __wcollate_range_cmp(table, start, i) <= 0
> && __wcollate_range_cmp(table, i, finish) <= 0