X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fdebug.hh;h=ef42dff33a7c22ab8d7e0b962aa2c19f526e98d7;hp=161a8af8c68e7d31096ebbfa5be958364627c0a8;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c diff --git a/src/moof/debug.hh b/src/moof/debug.hh index 161a8af..ef42dff 100644 --- a/src/moof/debug.hh +++ b/src/moof/debug.hh @@ -1,29 +1,29 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _MOOF_DEBUG_HH_ #define _MOOF_DEBUG_HH_ +#include + +#include + + /** * \file debug.hh * Debugging facilities. */ -#include // exit - -#include #undef ASSERT -#if NDEBUG +#ifdef NDEBUG #define ASSERT(X) #else /**