Mercurial > hg > xemacs-beta
diff src/debug.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children | 11054d720c21 |
line wrap: on
line diff
--- a/src/debug.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/debug.h Mon Aug 13 11:20:41 2007 +0200 @@ -22,8 +22,8 @@ /* Written by Chuck Thompson */ -#ifndef INCLUDED_debug_h_ -#define INCLUDED_debug_h_ +#ifndef _XEMACS_DEBUG_H_ +#define _XEMACS_DEBUG_H_ #define DEBUG_STDERR 1 #define DEBUG_ABORT 2 @@ -53,6 +53,8 @@ unsigned int types_of_byte_code; }; +extern Lisp_Object Qbuffers, Qdevices, Qfaces, Qframes, Qredisplay, Qwindows; + extern struct debug_classes active_debug_classes; #define DASSERT(class, desired_type, action, assertion) do \ @@ -76,4 +78,4 @@ #endif /* !DEBUG_XEMACS */ -#endif /* INCLUDED_debug_h_ */ +#endif /* _XEMACS_DEBUG_H_ */