Mercurial > hg > xemacs-beta
comparison src/debug.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 3d6bfa290dbd |
children | 7df0dd720c89 |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
39 * 4. Add a FROB line for it in xemacs_debug_loop. | 39 * 4. Add a FROB line for it in xemacs_debug_loop. |
40 */ | 40 */ |
41 | 41 |
42 Lisp_Object Qredisplay, Qbuffers, Qfaces; | 42 Lisp_Object Qredisplay, Qbuffers, Qfaces; |
43 Lisp_Object Qwindows, Qframes, Qdevices; | 43 Lisp_Object Qwindows, Qframes, Qdevices; |
44 | |
45 /* Lisp_Object Qbyte_code; in bytecode.c */ | |
46 | 44 |
47 struct debug_classes active_debug_classes; | 45 struct debug_classes active_debug_classes; |
48 | 46 |
49 enum debug_loop | 47 enum debug_loop |
50 { | 48 { |
216 the flags should be set here. | 214 the flags should be set here. |
217 All functions called by this function are "allowed" according | 215 All functions called by this function are "allowed" according |
218 to emacs.c. */ | 216 to emacs.c. */ |
219 xemacs_debug_loop (INIT, Qnil, Qnil); | 217 xemacs_debug_loop (INIT, Qnil, Qnil); |
220 } | 218 } |
221 |