* ext/nkf/nkf-utf8/nkf.h: Bionic libc doesn't have locale.
[Feature #8338] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fb5d3a0afc
commit
ecf017a9a0
@ -1,3 +1,9 @@
|
|||||||
|
Mon Apr 29 17:02:30 2013 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/nkf/nkf-utf8/nkf.h: Bionic libc doesn't have locale.
|
||||||
|
[Feature #8338]
|
||||||
|
|
||||||
|
|
||||||
Mon Apr 29 06:58:30 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Apr 29 06:58:30 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* ext/openssl/ossl_bn.c (ossl_bn_initialize): no need of alloca for
|
* ext/openssl/ossl_bn.c (ossl_bn_initialize): no need of alloca for
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
*
|
*
|
||||||
* nkf.h - Header file for nkf
|
* nkf.h - Header file for nkf
|
||||||
*
|
*
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef NKF_H
|
#ifndef NKF_H
|
||||||
@ -153,6 +152,7 @@ void setbinmode(FILE *fp)
|
|||||||
# ifndef HAVE_LOCALE_H
|
# ifndef HAVE_LOCALE_H
|
||||||
# define HAVE_LOCALE_H
|
# define HAVE_LOCALE_H
|
||||||
# endif
|
# endif
|
||||||
|
#elif defined(__BIONIC__) /* bionic doesn't have locale */
|
||||||
#else
|
#else
|
||||||
# ifndef HAVE_LANGINFO_H
|
# ifndef HAVE_LANGINFO_H
|
||||||
# define HAVE_LANGINFO_H
|
# define HAVE_LANGINFO_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user