2003/07/09 10:13:45
[org.ibex.core.git] / src / gnu / java / locale / Calendar_en_US.java
1 // this is a hack -- GCJ looks for this file and throws an exception
2 // because it isn't found.  On MinGW, due to some bug, this exception
3 // throw totally corrupts the heap.  I have no idea why.  So we put
4 // this here to avoid that.
5
6 package gnu.java.locale;
7
8 public class Calendar_en_US extends Calendar_en {
9 }