From: bdemsky Date: Sat, 7 Mar 2009 01:29:49 +0000 (+0000) Subject: guard stuff X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=41a579f49a23042db2c9eca259e4f9ae0c5f7d2d;p=IRC.git guard stuff --- diff --git a/Robust/src/Runtime/thread.c b/Robust/src/Runtime/thread.c index dfbd1ec9..f25c9d03 100644 --- a/Robust/src/Runtime/thread.c +++ b/Robust/src/Runtime/thread.c @@ -30,9 +30,11 @@ pthread_cond_t threadnotifycond; pthread_key_t oidval; void threadexit() { +#ifdef DSTM objheader_t* ptr; - void *value; unsigned int oidvalue; +#endif + void *value; #ifdef THREADS struct ___Object___ *ll=pthread_getspecific(threadlocks);