* Fixed build in DEBUG mode.

* Automatic whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29858 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-04-02 08:18:07 +00:00
parent 14df3c2bed
commit c79e9de0f6

View File

@ -1,5 +1,5 @@
/*
* Copyright 2005-2007, Haiku, Inc. All Rights Reserved.
* Copyright 2005-2009, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT license.
*
* Copyright 1999, Be Incorporated. All Rights Reserved.
@ -15,7 +15,9 @@
#define TIMING MULTI_LOCKER_TIMING
#define DEBUG MULTI_LOCKER_DEBUG
#ifndef DEBUG
# define DEBUG MULTI_LOCKER_DEBUG
#endif
const int32 LARGE_NUMBER = 100000;