X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fwctype-h;h=b2cbdcde6b8e575d6ce3e02f42a5baa1d6877835;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=58491192c0ea74c925fef6a9caab08b34225e687;hpb=ddb4ab56651fa57c58e584e12bb386015147c165;p=gnulib.git diff --git a/modules/wctype-h b/modules/wctype-h index 58491192c..b2cbdcde6 100644 --- a/modules/wctype-h +++ b/modules/wctype-h @@ -3,10 +3,12 @@ A that conforms better to C99. Files: lib/wctype.in.h +lib/wctype-h.c m4/wctype_h.m4 m4/wint_t.m4 Depends-on: +extern-inline include_next snippet/c++defs snippet/warn-on-use @@ -16,6 +18,7 @@ gl_WCTYPE_H Makefile.am: BUILT_SOURCES += wctype.h +lib_SOURCES += wctype-h.c # We need the following in order to create when the system # doesn't have one that works with the given compiler. @@ -40,6 +43,7 @@ wctype.h: wctype.in.h $(top_builddir)/config.status $(CXXDEFS_H) $(WARN_ON_USE_H -e 's/@''HAVE_WINT_T''@/$(HAVE_WINT_T)/g' \ -e 's/@''REPLACE_ISWBLANK''@/$(REPLACE_ISWBLANK)/g' \ -e 's/@''REPLACE_ISWCNTRL''@/$(REPLACE_ISWCNTRL)/g' \ + -e 's/@''REPLACE_TOWLOWER''@/$(REPLACE_TOWLOWER)/g' \ -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/wctype.in.h; \