diff src/flacng/debug.h @ 968:317a7a8c002d trunk

[svn] - Rename flacng debug flag to FLACNG_DEBUG
author ertzing
date Fri, 20 Apr 2007 07:42:53 -0700
parents 2f742d127b3e
children 626f78ff2439
line wrap: on
line diff
--- a/src/flacng/debug.h	Fri Apr 20 07:41:13 2007 -0700
+++ b/src/flacng/debug.h	Fri Apr 20 07:42:53 2007 -0700
@@ -26,7 +26,7 @@
 
 #define _ERROR(...) _MESSAGE("ERROR", __VA_ARGS__)
 
-#ifdef DEBUG
+#ifdef FLACNG_DEBUG
 #define _DEBUG(...) _MESSAGE("DEBUG",  __VA_ARGS__)
 #else
 #define _DEBUG(...) {}