Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2003-04-09 14:42:12 +0400
committerCorinna Vinschen <corinna@vinschen.de>2003-04-09 14:42:12 +0400
commit8f8d09c041ffce812946f8bd6b4b388676e4e56e (patch)
tree8a3b79c07ed8da2e51dc10b82ecc942e60ed5683 /newlib/libc/string/Makefile.am
parent774d9e8282cb13bbca9f129ad8aa4fd42696227d (diff)
* libc/include/wchar.h: Add definitions for wcswidth and wcwidth.
* libc/string/Makefile.am: Add wcswidth.c and wcwidth.c * libc/string/Makefile.in: Regenerated. * libc/string/wcswidth.c: New file. * libc/string/wcwidth.c: New file. * libc/string/wcstrings.tex: Add wcswidth and wcwidth.
Diffstat (limited to 'newlib/libc/string/Makefile.am')
-rw-r--r--newlib/libc/string/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/newlib/libc/string/Makefile.am b/newlib/libc/string/Makefile.am
index ea7cace9d..6066c9bbf 100644
--- a/newlib/libc/string/Makefile.am
+++ b/newlib/libc/string/Makefile.am
@@ -61,6 +61,8 @@ GENERAL_SOURCES = \
wcsrchr.c \
wcsspn.c \
wcsstr.c \
+ wcswidth.c \
+ wcwidth.c \
wmemchr.c \
wmemcmp.c \
wmemcpy.c \
@@ -109,7 +111,8 @@ wcscat.def wcschr.def wcscmp.def wcscoll.def \
wcscpy.def wcscspn.def \
wcslcat.def wcslcpy.def wcslen.def wcsncat.def wcsncmp.def \
wcsncpy.def wcspbrk.def wcsrchr.def wcsspn.def wcsstr.def \
-wmemchr.def wmemcmp.def wmemcpy.def wmemmove.def wmemset.def
+wcswidth.def wcwidth.def wmemchr.def wmemcmp.def wmemcpy.def \
+wmemmove.def wmemset.def
SUFFIXES = .def