X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fdebug.h;h=c767112a550bbccf393829b7a0b2d303234b96a5;hp=00c6f4868dc10fbba6199b833d9f6e848902071f;hb=566b3d194e2d5c783808ac39437bd7e1a28b1c5c;hpb=716cfba952c1dc0d2cf5c968971f3780ba728a89 diff --git a/src/debug.h b/src/debug.h index 00c6f48..c767112 100644 --- a/src/debug.h +++ b/src/debug.h @@ -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)