summaryrefslogtreecommitdiff
path: root/modules/wctype
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-20 02:18:07 +0100
committerBruno Haible <bruno@clisp.org>2010-12-20 02:26:33 +0100
commit04f92ed843ff3516dd6b12341ad44c397634cf16 (patch)
tree18b1db594f523a9b46a36af8931f67fc3ab885a6 /modules/wctype
parent0d454676975284448e48351525664ab4e6470a3c (diff)
downloadgnulib-04f92ed843ff3516dd6b12341ad44c397634cf16.tar.gz
wctype: Make it work in C++ mode on OSF/1 5.1.
* lib/wctype.in.h (iswblank): Declare but not define here. * lib/iswblank.c: New file, extracted from lib/wctype.in.h. * m4/wctype_h.m4 (gl_WCTYPE_H): Arrange to compile it if needed. * modules/wctype (Files): Add lib/iswblank.c.
Diffstat (limited to 'modules/wctype')
-rw-r--r--modules/wctype1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/wctype b/modules/wctype
index b0fc26d09f..99dbe44a55 100644
--- a/modules/wctype
+++ b/modules/wctype
@@ -3,6 +3,7 @@ A <wctype.h> that conforms better to C99.
Files:
lib/wctype.in.h
+lib/iswblank.c
m4/wctype_h.m4
m4/wint_t.m4