Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>2002-11-28 13:02:07 +0300
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>2002-11-28 13:02:07 +0300
commitb6bb40164b894fc5a3cc6ee2aaa29a8ed925cb59 (patch)
treee1f42c28e3b0701e7f3d4fde102dd740cab5be08 /acconfig.h
parente64e5000508d63142143d8ee0a7da98799834f98 (diff)
2002-11-28 Dietmar Maurer <dietmar@ximian.com>
* exception.c (x86_unwind_native_frame): support exceptions inside native code using gcc generated exception tables (-fexception). 2002-11-19 Dietmar Maurer <dietmar@ximian.com> * exception.c: include some code from Zoltan Varga, but modified it slightly. svn path=/trunk/mono/; revision=9222
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 05731dbde7d..b4b9baf2ccf 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -19,3 +19,4 @@
#undef MONO_SIZEOF_SUNPATH
#undef NEED_LINK_UNLINK
#undef PTHREAD_POINTER_ID
+#undef MONO_USE_EXC_TABLES