Commit 3366ae36 by Michael Koch Committed by Michael Koch

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
parent 75182467
2003-11-25 Michael Koch <konqueror@gmx.de> 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: * testsuite/libjava.mauve/xfails:
Removed these two tests, they mystically pass now: Removed these two tests, they mystically pass now:
-FAIL: gnu.testlet.java.net.ServerSocket.ServerSocketTest: Error : -FAIL: gnu.testlet.java.net.ServerSocket.ServerSocketTest: Error :
......
...@@ -291,6 +291,7 @@ extern "Java" ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment