X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=c767112a550bbccf393829b7a0b2d303234b96a5;hb=8ccf542c980645ba3c02074a8bc67cd4fc8e7a1f;hp=6bee237005d3ebd50fa4deb5fef91d52df616af6;hpb=ea1ea793fe6e244ef5555ed983423a204101af13;p=chise%2Fxemacs-chise.git.1 diff --git a/src/debug.h b/src/debug.h index 6bee237..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 @@ -66,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) @@ -76,4 +76,4 @@ extern struct debug_classes active_debug_classes; #endif /* !DEBUG_XEMACS */ -#endif /* _XEMACS_DEBUG_H_ */ +#endif /* INCLUDED_debug_h_ */