From ee91cb6245db104c712efc71257b86914c215faa Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Thu, 5 Mar 2020 14:18:02 -0800 Subject: [PATCH] builtin_wcwidth: make static --- cbits/mk_wcwidth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbits/mk_wcwidth.c b/cbits/mk_wcwidth.c index feaa163..59dec6b 100644 --- a/cbits/mk_wcwidth.c +++ b/cbits/mk_wcwidth.c @@ -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" */