From eb55cd7a9e8a8e77f48f0c7d7449fa9e00cea75f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 17:25:37 -0500 Subject: git rid of __check_* in favor of CHECK_* --- src/wctype/iswspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wctype/iswspace.c') diff --git a/src/wctype/iswspace.c b/src/wctype/iswspace.c index c95a4e1d..a6a05619 100644 --- a/src/wctype/iswspace.c +++ b/src/wctype/iswspace.c @@ -12,7 +12,7 @@ int iswspace(wint_t wc) return iswctype(wc, space); } -__check_1(int, 0, iswspace, wint_t) +CHECK_1(int, 0, iswspace, wint_t) /*** The fn(iswspace) function tests whether arg(wc) is a wide character in the class -- cgit v1.2.1