* 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:
@@ -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.
|
* Distributed under the terms of the MIT license.
|
||||||
*
|
*
|
||||||
* Copyright 1999, Be Incorporated. All Rights Reserved.
|
* Copyright 1999, Be Incorporated. All Rights Reserved.
|
||||||
@@ -15,7 +15,9 @@
|
|||||||
|
|
||||||
|
|
||||||
#define TIMING MULTI_LOCKER_TIMING
|
#define TIMING MULTI_LOCKER_TIMING
|
||||||
#define DEBUG MULTI_LOCKER_DEBUG
|
#ifndef DEBUG
|
||||||
|
# define DEBUG MULTI_LOCKER_DEBUG
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
const int32 LARGE_NUMBER = 100000;
|
const int32 LARGE_NUMBER = 100000;
|
||||||
|
|||||||
Reference in New Issue
Block a user