This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Java PATCH] PR 5080, LC_CTYPE problem
- From: Tom Tromey <tromey at redhat dot com>
- To: Craig Rodrigues <rodrigc at mediaone dot net>
- Cc: java-patches at gcc dot gnu dot org
- Date: 01 Feb 2002 13:53:01 -0700
- Subject: Re: [Java PATCH] PR 5080, LC_CTYPE problem
- References: <20020127174214.A2010@mediaone.net>
- Reply-to: tromey at redhat dot com
>>>>> "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