reverted r25227. Thanks for the hint Ingo :)

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

View File

@ -100,7 +100,7 @@ static spinlock sDeferredFreeListLock;
// #pragma mark - Tracing
#ifdef KERNEL_HEAP_TRACING
#if 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
#ifdef SIGNAL_TRACING
#if SIGNAL_TRACING
namespace SignalTracing {

View File

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