X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=00c6f4868dc10fbba6199b833d9f6e848902071f;hb=271acd90197bb3d7729152e2f3922c4e93bd85b2;hp=06efdd3e0d6ab0df9585f3eee90e727c60961c25;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/src/debug.h b/src/debug.h index 06efdd3..00c6f48 100644 --- a/src/debug.h +++ b/src/debug.h @@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA. */ /* Written by Chuck Thompson */ -#ifndef _XEMACS_DEBUG_H_ -#define _XEMACS_DEBUG_H_ +#ifndef INCLUDED_debug_h_ +#define INCLUDED_debug_h_ #define DEBUG_STDERR 1 #define DEBUG_ABORT 2 @@ -53,8 +53,6 @@ struct debug_classes 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 \ @@ -78,4 +76,4 @@ extern struct debug_classes active_debug_classes; #endif /* !DEBUG_XEMACS */ -#endif /* _XEMACS_DEBUG_H_ */ +#endif /* INCLUDED_debug_h_ */