X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fdebug.hh;h=baa0304ae535db72e3baf4ce6272614c4357e724;hb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a;hp=05c9d6e1c9760351cf7f8e91dc9a66cf8bd6c48b;hpb=5cec68537a631d85e4dec5219f5e0edad1167b10;p=chaz%2Fyoink diff --git a/src/moof/debug.hh b/src/moof/debug.hh index 05c9d6e..baa0304 100644 --- a/src/moof/debug.hh +++ b/src/moof/debug.hh @@ -1,13 +1,11 @@ -/*] 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_ @@ -25,7 +23,7 @@ #undef ASSERT -#if NDEBUG +#ifdef NDEBUG #define ASSERT(X) #else /**