summaryrefslogtreecommitdiff
path: root/modules/wctype
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-01-10 22:25:03 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2007-01-10 22:25:03 +0000
commit5be230d9158e5aa42852fe06ea00f8052eff2e39 (patch)
treeb567e0fd7c419a46ed5bc77dd882b460b07cb36a /modules/wctype
parent3087601281cf8b4c4c962d65e5803e04e286b269 (diff)
downloadgnulib-5be230d9158e5aa42852fe06ea00f8052eff2e39.tar.gz
Use @...@ consistently in lib/wctype_.h.
* lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely on it being set to 1 or 0. * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and go back to AC_SUBSTing it. * modules/wctype (Makefile.am): Undo previous change.
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 e514a2d9aa..a6fd3467e9 100644
--- a/modules/wctype
+++ b/modules/wctype
@@ -23,6 +23,7 @@ wctype.h: wctype_.h
sed -e 's/@''HAVE_WCTYPE_H''@/$(HAVE_WCTYPE_H)/g' \
-e 's|@''ABSOLUTE_WCTYPE_H''@|$(ABSOLUTE_WCTYPE_H)|g' \
-e 's/@''HAVE_WCTYPE_CTMP_BUG''@/$(HAVE_WCTYPE_CTMP_BUG)/g' \
+ -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \
< $(srcdir)/wctype_.h; \
} > $@-t
mv $@-t $@