From: megacz Date: Fri, 30 Jan 2004 07:03:50 +0000 (+0000) Subject: 2003/07/09 10:13:45 X-Git-Tag: RC3~782 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=f0a5900b076463abc8503866a6ec756e612d62ba 2003/07/09 10:13:45 darcs-hash:20040130070350-2ba56-51eb68b6763c520bf56c6b2773ebe2f5f3316bb3.gz --- diff --git a/src/gnu/java/locale/Calendar_en_US.java b/src/gnu/java/locale/Calendar_en_US.java new file mode 100644 index 0000000..d9fad65 --- /dev/null +++ b/src/gnu/java/locale/Calendar_en_US.java @@ -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 { +}