* 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:
parent
49fb53ee7e
commit
b4c1445fae
@ -49,8 +49,12 @@ All rights reserved.
|
||||
#include <new>
|
||||
|
||||
// don't include <Debug.h>
|
||||
#ifndef ASSERT
|
||||
# define ASSERT(E) (void)0
|
||||
#endif
|
||||
#ifndef TRESPASS
|
||||
# define TRESPASS() (void)0
|
||||
#endif
|
||||
|
||||
namespace BPrivate {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user