X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=c767112a550bbccf393829b7a0b2d303234b96a5;hb=280f8cbdb5aa187493e4c95c63e7cfabab9931cc;hp=06efdd3e0d6ab0df9585f3eee90e727c60961c25;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/debug.h b/src/debug.h index 06efdd3..c767112 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 \ @@ -68,7 +66,7 @@ extern struct debug_classes active_debug_classes; stderr_out ("Assertion failed in %s at line %d\n", \ __FILE__, __LINE__); \ else \ - abort (); \ + ABORT (); \ } \ } \ } while (0) @@ -78,4 +76,4 @@ extern struct debug_classes active_debug_classes; #endif /* !DEBUG_XEMACS */ -#endif /* _XEMACS_DEBUG_H_ */ +#endif /* INCLUDED_debug_h_ */