builtin_wcwidth: make static

This commit is contained in:
Jonathan Daugherty 2020-03-05 14:18:02 -08:00
parent 132d5b327c
commit ee91cb6245

View File

@ -141,7 +141,7 @@ static int vty_bisearch(HsChar ucs, const struct interval *table, int max) {
* in ISO 10646.
*/
HsInt builtin_wcwidth(HsChar ucs)
static HsInt builtin_wcwidth(HsChar ucs)
{
/* sorted list of non-overlapping intervals of non-spacing characters */
/* generated by "uniset +cat=Me +cat=Mn +cat=Cf -00AD +1160-11FF +200B c" */