* Fixed build when Debug.h had already been included.
* Automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29869 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -49,8 +49,12 @@ All rights reserved.
|
|||||||
#include <new>
|
#include <new>
|
||||||
|
|
||||||
// don't include <Debug.h>
|
// don't include <Debug.h>
|
||||||
#define ASSERT(E) (void)0
|
#ifndef ASSERT
|
||||||
#define TRESPASS() (void)0
|
# define ASSERT(E) (void)0
|
||||||
|
#endif
|
||||||
|
#ifndef TRESPASS
|
||||||
|
# define TRESPASS() (void)0
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace BPrivate {
|
namespace BPrivate {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user