Reverted my change for the INFORM define.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12695 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-05-17 08:50:53 +00:00
parent 62d6961672
commit 0b6fe6d3a9
+1 -1
View File
@@ -55,7 +55,7 @@
#define FATAL(x) { __out(DEBUG_APP ": "); __out x; }
#define ERROR(x) { __out(DEBUG_APP ": "); __out x; }
#define WARNING(x) { __out(DEBUG_APP ": "); __out x; }
#define INFORM(x) ;
#define INFORM(x) { __out(DEBUG_APP ": "); __out x; }
#define FUNCTION(x) ;
#define FUNCTION_START() ;
#define FUNCTION_END() ;