1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

We now have the C99 wide/multibyte character functions bash needs.

PR:		69652
Submitted by:	tjr
This commit is contained in:
David E. O'Brien 2004-08-23 04:31:07 +00:00
parent 044af49c52
commit 4f69eea4ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117090
2 changed files with 0 additions and 26 deletions

View File

@ -1,13 +0,0 @@
--- config-bot.h.orig Sun Aug 25 20:34:26 2002
+++ config-bot.h Sun Aug 25 20:38:07 2002
@@ -108,7 +108,10 @@
# include <wchar.h>
# include <wctype.h>
# if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */
+/*
+ FreeBSD lies...
# define HANDLE_MULTIBYTE 1
+*/
# endif
#endif

View File

@ -1,13 +0,0 @@
--- include/shmbutil.h.orig Sun Aug 25 20:35:01 2002
+++ include/shmbutil.h Sun Aug 25 20:37:01 2002
@@ -34,7 +34,10 @@
# include <wchar.h>
# include <wctype.h>
# if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */
+/*
+ FreeBSD lies...
# define HANDLE_MULTIBYTE 1
+*/
# endif
#endif /* HAVE_WCTYPE_H && HAVE_WCHAR_H */