From 8eac1027a5204355dd3c39029e3971b8593b676e Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Wed, 30 Apr 2008 14:41:28 +0000 Subject: [PATCH] - It's iswpunct() and not iswpunc(). git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15197 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/include/wctype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/include/wctype.h b/library/include/wctype.h index c4b986b..2cc9c32 100644 --- a/library/include/wctype.h +++ b/library/include/wctype.h @@ -1,5 +1,5 @@ /* - * $Id: wctype.h,v 1.7 2006-01-08 12:06:14 obarthel Exp $ + * $Id: wctype.h,v 1.8 2008-04-30 14:41:28 obarthel Exp $ * * :ts=4 * @@ -68,7 +68,7 @@ extern int iswdigit(wint_t c); extern int iswxdigit(wint_t c); extern int iswgraph(wint_t c); -extern int iswpunc(wint_t c); +extern int iswpunct(wint_t c); extern int iswprint(wint_t c); extern int iswlower(wint_t c);