X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmoof%2Fdebug.hh;h=837340f242eb7bef7999e7dd7ab1913d3a0cf3c3;hb=d6990468d297a6cbee98e4d0d33ab37e1b2352c9;hp=05c9d6e1c9760351cf7f8e91dc9a66cf8bd6c48b;hpb=5cec68537a631d85e4dec5219f5e0edad1167b10;p=chaz%2Fyoink diff --git a/src/moof/debug.hh b/src/moof/debug.hh index 05c9d6e..837340f 100644 --- a/src/moof/debug.hh +++ b/src/moof/debug.hh @@ -25,7 +25,7 @@ #undef ASSERT -#if NDEBUG +#ifdef NDEBUG #define ASSERT(X) #else /**