comparison src/lisp.h @ 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 902d5bd9b75c
children 4c1f2310451d
comparison
equal deleted inserted replaced
2531:7de8d9ab7bbd 2532:989a7680c221
4156 Error_Behavior, int, ...); 4156 Error_Behavior, int, ...);
4157 /* C Code should be using internal_catch, record_unwind_p, condition_case_1 */ 4157 /* C Code should be using internal_catch, record_unwind_p, condition_case_1 */
4158 int proper_redisplay_wrapping_in_place (void); 4158 int proper_redisplay_wrapping_in_place (void);
4159 Lisp_Object internal_catch (Lisp_Object, Lisp_Object (*) (Lisp_Object), 4159 Lisp_Object internal_catch (Lisp_Object, Lisp_Object (*) (Lisp_Object),
4160 Lisp_Object, int * volatile, 4160 Lisp_Object, int * volatile,
4161 Lisp_Object * volatile,
4161 Lisp_Object * volatile); 4162 Lisp_Object * volatile);
4162 Lisp_Object condition_case_1 (Lisp_Object, 4163 Lisp_Object condition_case_1 (Lisp_Object,
4163 Lisp_Object (*) (Lisp_Object), 4164 Lisp_Object (*) (Lisp_Object),
4164 Lisp_Object, 4165 Lisp_Object,
4165 Lisp_Object (*) (Lisp_Object, Lisp_Object), 4166 Lisp_Object (*) (Lisp_Object, Lisp_Object),