diff src/alloc.c @ 2532:989a7680c221

[xemacs-hg @ 2005-01-29 09:15:55 by ben] Add backtrace when throwing past call_trapping_problems() alloc.c, backtrace.h, bytecode.c, cmdloop.c, eval.c, lisp.h, macros.c: Also include a backtrace when we catch an attempt to throw outside of a function where call_trapping_problems() has been used.
author ben
date Sat, 29 Jan 2005 09:16:00 +0000
parents 3d8143fc88e1
children 9f70af3ac939
line wrap: on
line diff
--- a/src/alloc.c	Sat Jan 29 09:06:40 2005 +0000
+++ b/src/alloc.c	Sat Jan 29 09:16:00 2005 +0000
@@ -4775,6 +4775,7 @@
 	mark_object (catch->tag);
 	mark_object (catch->val);
 	mark_object (catch->actual_tag);
+	mark_object (catch->backtrace);
       }
   }