summaryrefslogtreecommitdiff
path: root/src/wctype/wctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wctype/wctype.c')
-rw-r--r--src/wctype/wctype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wctype/wctype.c b/src/wctype/wctype.c
index c2390b35..89c8ccc2 100644
--- a/src/wctype/wctype.c
+++ b/src/wctype/wctype.c
@@ -38,6 +38,8 @@ wctype_t wctype(const char * property)
return 0;
}
+__check_1(wctype_t, 0, wctype, const char *)
+
/***
The fn(wctype) function looks up the character class specified by the string
arg(property). If arg(property) is a recognized character class, a value is