diff options
Diffstat (limited to 'src/wctype/wctrans.c')
| -rw-r--r-- | src/wctype/wctrans.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/wctype/wctrans.c b/src/wctype/wctrans.c index 2dbd25fe..5e73a454 100644 --- a/src/wctype/wctrans.c +++ b/src/wctype/wctrans.c @@ -1,13 +1,12 @@ -#if 0 - #include <wctype.h> #include <string.h> -#include "_assert.h" +#include "_safety.h" #include "_wctype.h" /** lookup character translation **/ wctrans_t wctrans(const char * property) { + SIGNAL_SAFE(0); ASSERT_NONNULL(property); if (!strcmp(property, "tolower")) { @@ -38,6 +37,3 @@ ctrans(toupper). /* STDC(199409) */ - - -#endif |
