commit bash-20040129 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 12:54:16 -05:00
parent 113d85a4ab
commit 704a1a2a9b
39 changed files with 10607 additions and 444 deletions
+1
View File
@@ -67,6 +67,7 @@
#if defined (HANDLE_MULTIBYTE)
extern size_t xmbsrtowcs __P((wchar_t *, const char **, size_t, mbstate_t *));
extern size_t xdupmbstowcs __P((wchar_t **, char ***, const char *));
extern char *xstrchr __P((const char *, int));
+2 -2
View File
@@ -442,8 +442,8 @@ extern char *xstrchr __P((const char *, int));
/* Watch out when using this -- it's just straight textual subsitution */
#if defined (HANDLE_MULTIBYTE)
# define SADD_MBQCHAR_BODY(_dst, _src, _si, _srcsize) \
\ int i; \
\
int i; \
mbstate_t state_bak; \
size_t mblength; \
\