[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/io
From:       Jaison Lee <lee.jaison () gmail ! com>
Date:       2007-12-23 15:23:15
Message-ID: 1198423395.348278.15359.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 752100 by jlee:

Reverting my last commit. Enjoy your syntax errors everyone.



 M  +4 -0      kdebug.h  


--- trunk/KDE/kdelibs/kdecore/io/kdebug.h #752099:752100
@@ -218,9 +218,13 @@
 
 #if !defined(KDE_NO_DEBUG_OUTPUT)
 # define kDebug        KDebug(QtDebugMsg, __FILE__, __LINE__, Q_FUNC_INFO)
+#else
+# define kDebug        if (1); else kDebug
 #endif
 #if !defined(KDE_NO_WARNING_OUTPUT)
 # define kWarning      KDebug(QtWarningMsg, __FILE__, __LINE__, Q_FUNC_INFO)
+#else
+# define kWarning      if (1); else kWarning
 #endif
 
 /** @} */
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic