You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/xxl/files/xxl-1.0.1-nested-exception....

13 lines
483 B

diff -Naur xxl-1.0.1-orig/xxl.c xxl-1.0.1/xxl.c
--- xxl-1.0.1-orig/xxl.c 2004-12-22 03:42:52.000000000 -0600
+++ xxl-1.0.1/xxl.c 2008-01-17 13:25:18.000000000 -0600
@@ -380,6 +380,8 @@
if (!tsd->contexts)
die("XXL: Exception thrown with no handler to catch it!\n");
tsd->contexts->exception = *exception;
+ how=XXL_SETJMP_TRY;
+ tsd->contexts->state |= XXL_STATE_THROWN;
xxl_leave_handler(how);
return;
}