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:
@@ -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() ;
|
||||
|
||||
Reference in New Issue
Block a user