update.
[chise/xemacs-chise.git.1] / src / debug.h
index 6bee237..c767112 100644 (file)
@@ -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_ */