From: Brian Norris Date: Mon, 21 May 2012 19:16:30 +0000 (-0700) Subject: snapshot: use 'SSDEBUG', not 'DEBUG' X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fa63c91f079127c5d5a4ffce80af8ec0dcc82d51;p=cdsspec-compiler.git snapshot: use 'SSDEBUG', not 'DEBUG' --- diff --git a/snapshotimp.h b/snapshotimp.h index c28b4eb..0f2d4b8 100644 --- a/snapshotimp.h +++ b/snapshotimp.h @@ -60,7 +60,7 @@ size_t mStackSize; snapshot_id mIDToRollback; ucontext_t mContextToRollback; snapshot_id currSnapShotID; -#if DEBUG +#if SSDEBUG struct timeval startTimeGlobal; #endif volatile bool mbFinalize;