2003/07/09 10:13:45
[org.ibex.core.git] / src / gnu / java / locale / Calendar_en_US.java
diff --git a/src/gnu/java/locale/Calendar_en_US.java b/src/gnu/java/locale/Calendar_en_US.java
new file mode 100644 (file)
index 0000000..d9fad65
--- /dev/null
@@ -0,0 +1,9 @@
+// this is a hack -- GCJ looks for this file and throws an exception
+// because it isn't found.  On MinGW, due to some bug, this exception
+// throw totally corrupts the heap.  I have no idea why.  So we put
+// this here to avoid that.
+
+package gnu.java.locale;
+
+public class Calendar_en_US extends Calendar_en {
+}