old fix
From-SVN: r45759
This commit is contained in:
parent
8eba5a2b7f
commit
2155677ceb
@ -44,6 +44,11 @@
|
||||
|
||||
* jni.cc (array_from_valist): Use promoted types for va_arg.
|
||||
|
||||
2001-09-16 Anthony Green <green@redhat.com>
|
||||
|
||||
* gnu/java/locale/LocaleInformation.java: Extend
|
||||
LocaleInformation_en_US, not LocaleInformation_en.
|
||||
|
||||
2001-09-16 Anthony Green <green@redhat.com>
|
||||
|
||||
* gnu/gcj/convert/IOConverter.java: Add support for iso8859_1.
|
||||
|
@ -31,7 +31,7 @@ package gnu.java.locale;
|
||||
* This is the resource bundle for the default locale, which right now is
|
||||
* hardcoded to US English.
|
||||
*/
|
||||
public class LocaleInformation extends LocaleInformation_en
|
||||
public class LocaleInformation extends LocaleInformation_en_US
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user