summaryrefslogtreecommitdiff
path: root/modules/wctype-h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-02-06 23:45:40 +0100
committerBruno Haible <bruno@clisp.org>2011-02-09 20:54:31 +0100
commit896cde703cb740a97353474e0156b46119b69640 (patch)
tree998deac35b00ced505137ce03f34fb054570a2bc /modules/wctype-h
parent0224757f8cde66d8224107dbb30a81c3d4a5f9e6 (diff)
downloadgnulib-896cde703cb740a97353474e0156b46119b69640.tar.gz
New module 'wctype'.
* modules/wctype: Change to represent the wctype() substitute. * lib/wctype.in.h (wctype): New declaration. * lib/wctype.c: New file. * lib/wctype-impl.h: New file. * m4/wctype.m4: New file. * m4/wctype_h.m4 (gl_WCTYPE_H): Test whether wctype is declared. (gl_WCTYPE_H_DEFAULTS): Initialize GNULIB_WCTYPE. * modules/wctype-h (Makefile.am): Substitute GNULIB_WCTYPE. * tests/test-wctype-h-c++.cc: Test the declaration of wctype. * doc/posix-functions/wctype.texi: Mention the new module and the HP-UX 11.00 problem.
Diffstat (limited to 'modules/wctype-h')
-rw-r--r--modules/wctype-h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/wctype-h b/modules/wctype-h
index d6499c7bb2..4c3bdebf74 100644
--- a/modules/wctype-h
+++ b/modules/wctype-h
@@ -28,6 +28,7 @@ wctype.h: wctype.in.h $(CXXDEFS_H) $(WARN_ON_USE_H)
-e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-e 's|@''NEXT_WCTYPE_H''@|$(NEXT_WCTYPE_H)|g' \
-e 's/@''GNULIB_ISWBLANK''@/$(GNULIB_ISWBLANK)/g' \
+ -e 's/@''GNULIB_WCTYPE''@/$(GNULIB_WCTYPE)/g' \
-e 's/@''HAVE_ISWBLANK''@/$(HAVE_ISWBLANK)/g' \
-e 's/@''HAVE_ISWCNTRL''@/$(HAVE_ISWCNTRL)/g' \
-e 's/@''HAVE_WCTYPE_T''@/$(HAVE_WCTYPE_T)/g' \