mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-27 23:53:18 +02:00
commit bash-4.2-beta snapshot
This commit is contained in:
@@ -145,6 +145,8 @@
|
||||
#ifndef _SHMBCHAR_H
|
||||
#define _SHMBCHAR_H 1
|
||||
|
||||
#if defined (HANDLE_MULTIBYTE)
|
||||
|
||||
#include <string.h>
|
||||
|
||||
/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
|
||||
@@ -347,4 +349,5 @@ is_basic (char c)
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* HANDLE_MULTIBYTE */
|
||||
#endif /* _SHMBCHAR_H */
|
||||
|
||||
+1
-1
@@ -25,9 +25,9 @@
|
||||
|
||||
/* Include config.h for HANDLE_MULTIBYTE */
|
||||
#include <config.h>
|
||||
#include "shmbchar.h"
|
||||
|
||||
#if defined (HANDLE_MULTIBYTE)
|
||||
#include "shmbchar.h"
|
||||
|
||||
extern size_t xmbsrtowcs __P((wchar_t *, const char **, size_t, mbstate_t *));
|
||||
extern size_t xdupmbstowcs __P((wchar_t **, char ***, const char *));
|
||||
|
||||
Reference in New Issue
Block a user