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
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* testsuite/libjava.mauve/xfails:
|
||||
|
|
|
@ -291,6 +291,7 @@ extern "Java"
|
|||
class Collections$UnmodifiableSortedSet;
|
||||
class Comparator;
|
||||
class ConcurrentModificationException;
|
||||
class Currency;
|
||||
class Date;
|
||||
class Dictionary;
|
||||
class EmptyStackException;
|
||||
|
|
Loading…
Add table
Reference in a new issue