1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-11-03 17:27:29 -05:00

Add the module wctob from the GNU Portability Library

This commit is contained in:
John Zaitseff 2011-08-22 09:34:07 +10:00
parent 150bcf10c2
commit 07e9d30a66
3 changed files with 7 additions and 1 deletions

3
lib/.gitignore vendored
View File

@ -114,6 +114,9 @@ wcsdup.c
wcsrtombs-impl.h
wcsrtombs-state.c
wcsrtombs.c
wctob.c
wctomb-impl.h
wctomb.c
wctype.in.h
wcwidth.c
wmemcpy-impl.h

2
m4/.gitignore vendored
View File

@ -112,6 +112,8 @@ wchar_t.m4
wcrtomb.m4
wcsdup.m4
wcsrtombs.m4
wctob.m4
wctomb.m4
wctype_h.m4
wcwidth.m4
wint_t.m4

View File

@ -15,7 +15,7 @@
# Specification in the form of a command-line invocation:
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl assert btowc config-h ctype fprintf-posix getopt-gnu gettext gettext-h gettimeofday langinfo locale mbrtowc mbsrtowcs printf-posix sigaction signal snprintf-posix stat stdarg stdbool stdio strdup-posix striconv string strncat strstr sys_stat sys_time unistd vfprintf-posix vsnprintf-posix wchar wcrtomb wcsdup wcsrtombs wctype-h wcwidth
# gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-conditional-dependencies --no-libtool --macro-prefix=gl assert btowc config-h ctype fprintf-posix getopt-gnu gettext gettext-h gettimeofday langinfo locale mbrtowc mbsrtowcs printf-posix sigaction signal snprintf-posix stat stdarg stdbool stdio strdup-posix striconv string strncat strstr sys_stat sys_time unistd vfprintf-posix vsnprintf-posix wchar wcrtomb wcsdup wcsrtombs wctob wctype-h wcwidth
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
@ -55,6 +55,7 @@ gl_MODULES([
wcrtomb
wcsdup
wcsrtombs
wctob
wctype-h
wcwidth
])