mirror of git://gcc.gnu.org/git/gcc.git
javaprims.h: Added missing java.util.Currency.
2003-11-25 Michael Koch <konqueror@gmx.de> * gcj/javaprims.h: Added missing java.util.Currency. From-SVN: r73927
This commit is contained in:
parent
75182467b0
commit
3366ae3675
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-11-25 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
|
* gcj/javaprims.h: Added missing java.util.Currency.
|
||||||
|
|
||||||
2003-11-25 Michael Koch <konqueror@gmx.de>
|
2003-11-25 Michael Koch <konqueror@gmx.de>
|
||||||
|
|
||||||
* testsuite/libjava.mauve/xfails:
|
* testsuite/libjava.mauve/xfails:
|
||||||
|
|
|
||||||
|
|
@ -291,6 +291,7 @@ extern "Java"
|
||||||
class Collections$UnmodifiableSortedSet;
|
class Collections$UnmodifiableSortedSet;
|
||||||
class Comparator;
|
class Comparator;
|
||||||
class ConcurrentModificationException;
|
class ConcurrentModificationException;
|
||||||
|
class Currency;
|
||||||
class Date;
|
class Date;
|
||||||
class Dictionary;
|
class Dictionary;
|
||||||
class EmptyStackException;
|
class EmptyStackException;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue