comparison src/backtrace.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 376386a54a3c
children 8626e4521993
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
32 32
33 #ifndef _XEMACS_BACKTRACE_H_ 33 #ifndef _XEMACS_BACKTRACE_H_
34 #define _XEMACS_BACKTRACE_H_ 34 #define _XEMACS_BACKTRACE_H_
35 35
36 #include <setjmp.h> 36 #include <setjmp.h>
37 37
38 /* These definitions are used in eval.c and alloc.c */ 38 /* These definitions are used in eval.c and alloc.c */
39 39
40 struct backtrace 40 struct backtrace
41 { 41 {
42 struct backtrace *next; 42 struct backtrace *next;