Author: stefan2
Date: Fri May 20 12:08:26 2011
New Revision: 1125340
URL: http://svn.apache.org/viewvc?rev=1125340&view=rev
Log:
Basically revert r1125316 but keep the "non-debug" section in the code
and explain why we don't define SVN_DBG there. Obviously, people like
me tend not to read the whole file before making changes ...
* subversion/include/private/svn_debug.h
(SVN_DBG): don't define that in non-SVN_DEBUG mode;
put a comment just there
Modified:
subversion/trunk/subversion/include/private/svn_debug.h
Modified: subversion/trunk/subversion/include/private/svn_debug.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_debug.h?rev=1125340&r1=1125339&r2=1125340&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_debug.h (original)
+++ subversion/trunk/subversion/include/private/svn_debug.h Fri May 20 12:08:26
2011
@@ -87,7 +87,7 @@ svn_dbg__printf(const char *fmt, ...)
#else /* SVN_DEBUG */
-#define SVN_DBG(ARGS) (void)
+/* We DON'T define SVN_DBG in release mode. See top of this file. */
#endif /* SVN_DEBUG */
#endif /* SVN_DEBUG_H */