Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/ctype/iswprint.c')
-rw-r--r--newlib/libc/ctype/iswprint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/ctype/iswprint.c b/newlib/libc/ctype/iswprint.c
index 51a50019b..c6050b502 100644
--- a/newlib/libc/ctype/iswprint.c
+++ b/newlib/libc/ctype/iswprint.c
@@ -73,7 +73,7 @@ No supporting OS subroutines are required.
#endif /* _MB_CAPABLE */
int
-_DEFUN(iswprint,(c), wint_t c)
+iswprint (wint_t c)
{
#ifdef _MB_CAPABLE
unsigned const char *table;