]> Dogcows Code - chaz/yoink/blobdiff - src/moof/debug.hh
remove some unused stlplus modules
[chaz/yoink] / src / moof / debug.hh
index 161a8af8c68e7d31096ebbfa5be958364627c0a8..baa0304ae535db72e3baf4ce6272614c4357e724 100644 (file)
@@ -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_
 
 #include <cstdlib>             // exit
 
+#include <stlplus/portability/debug.hpp>
+
 #include <moof/log.hh>
 
 
 #undef ASSERT
-#if NDEBUG
+#ifdef NDEBUG
 #define ASSERT(X)
 #else
 /**
This page took 0.017597 seconds and 4 git commands to generate.