Added debug output macros.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10953 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -53,6 +53,11 @@ const char *kFileTypeNames[] = {
|
||||
"empty file",
|
||||
};
|
||||
|
||||
// debugging
|
||||
//#define DBG(x) x
|
||||
#define DBG(x)
|
||||
#define OUT printf
|
||||
|
||||
|
||||
// helper functions/classes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user