Accidently activated debug output with the last change.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8835 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-09-03 19:27:20 +00:00
parent f3165b2826
commit f6d0f5ea94
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <stdlib.h> #include <stdlib.h>
#define TRACE_VM //#define TRACE_VM
#ifdef TRACE_VM #ifdef TRACE_VM
# define TRACE(x) dprintf x # define TRACE(x) dprintf x
#else #else