1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-15 17:28:07 -04:00

Add the wchar and wctype-h modules from the GNU Portability Library

This commit is contained in:
John Zaitseff 2011-08-18 12:53:23 +10:00
parent 6ef7c7b6da
commit ef3e06ed36
4 changed files with 8 additions and 1 deletions

2
lib/.gitignore vendored
View File

@ -91,6 +91,7 @@ verify.h
vfprintf.c
vsnprintf.c
wchar.in.h
wctype.in.h
xsize.h
alloca.h
@ -119,6 +120,7 @@ unitypes.h
unused-parameter.h
warn-on-use.h
wchar.h
wctype.h
unistr/.dirstamp
unistr/u8-mbtoucr.c

1
m4/.gitignore vendored
View File

@ -98,5 +98,6 @@ vsnprintf.m4
warn-on-use.m4
wchar_h.m4
wchar_t.m4
wctype_h.m4
wint_t.m4
xsize.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 config-h ctype fprintf-posix getopt-gnu gettext gettext-h gettimeofday langinfo locale 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
# 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 config-h ctype fprintf-posix getopt-gnu gettext gettext-h gettimeofday langinfo locale 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 wctype-h
# Specification in the form of a few gnulib-tool.m4 macro invocations:
gl_LOCAL_DIR([])
@ -48,6 +48,8 @@ gl_MODULES([
unistd
vfprintf-posix
vsnprintf-posix
wchar
wctype-h
])
gl_AVOID([])
gl_SOURCE_BASE([lib])

View File

@ -59,6 +59,8 @@
#include <ctype.h>
#include <string.h>
#include <errno.h>
#include <wchar.h>
#include <wctype.h>
// Headers defined by X/Open Single Unix Specification v4