This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Java PATCH] PR 5080, LC_CTYPE problem


>>>>> "Craig" == Craig Rodrigues <rodrigc@mediaone.net> writes:

Craig> Is this patch OK?  It deals with cases like PR 5080, where
Craig> locale.h is not included:

Craig> 	PR java/5080
Craig> 	* jcf-parse.c : Check for HAVE_LOCALE_H before using
Craig> 	setlocale() with LC_CTYPE as a parameter.
Craig> 	* jv-scan.c: Same.

I think this is fine.  I don't know of a platform where we don't have
locale.h but where we would still want to use locales.  Thanks.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]