2003/07/09 10:13:45
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:03:50 +0000 (07:03 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:03:50 +0000 (07:03 +0000)
darcs-hash:20040130070350-2ba56-51eb68b6763c520bf56c6b2773ebe2f5f3316bb3.gz

src/gnu/java/locale/Calendar_en_US.java [new file with mode: 0644]

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 {
+}