build fix (with no tracing conf)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25227 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-04-28 18:34:16 +00:00
parent 7829775e8f
commit 615ffc60cc
3 changed files with 3 additions and 3 deletions

View File

@ -100,7 +100,7 @@ static spinlock sDeferredFreeListLock;
// #pragma mark - Tracing
#if KERNEL_HEAP_TRACING
#ifdef KERNEL_HEAP_TRACING
namespace KernelHeapTracing {
class Allocate : public AbstractTraceEntry {

View File

@ -60,7 +60,7 @@ static status_t deliver_signal(struct thread *thread, uint signal,
// #pragma mark - signal tracing
#if SIGNAL_TRACING
#ifdef SIGNAL_TRACING
namespace SignalTracing {

View File

@ -88,7 +88,7 @@ spinlock team_spinlock = 0;
// #pragma mark - Tracing
#if TEAM_TRACING
#ifdef TEAM_TRACING
namespace TeamTracing {
class TeamForked : public AbstractTraceEntry {