summaryrefslogtreecommitdiff
path: root/libjava/acconfig.h
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-19 19:13:42 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-19 19:13:42 +0000
commit0b324007fd92fc4b62a40088b7d49fa3ee743a1c (patch)
tree66d0cd37d209d1f5d9df73c934dc9f25f92bdf03 /libjava/acconfig.h
parent4e11cb6534c31d4902cd189a9d220865d616d301 (diff)
downloadgcc-0b324007fd92fc4b62a40088b7d49fa3ee743a1c.tar.gz
sjlj jumbo patch
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30591 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/acconfig.h')
-rw-r--r--libjava/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/acconfig.h b/libjava/acconfig.h
index 020b6a3f9c5..387dfd74303 100644
--- a/libjava/acconfig.h
+++ b/libjava/acconfig.h
@@ -116,3 +116,6 @@
/* Define if system properties shouldn't be read from
getenv("GCJ_PROPERTIES"). */
#undef DISABLE_GETENV_PROPERTIES
+
+/* Define if using setjmp/longjmp exceptions. */
+#undef SJLJ_EXCEPTIONS