From: idgay Date: Thu, 3 Jul 2008 21:52:12 +0000 (+0000) Subject: tossim-fix X-Git-Tag: release_tinyos_2_1_0_0~108 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=5dc512be69b8398c34c9675c533e478d01260df9;p=tinyos-2.x.git tossim-fix --- diff --git a/tos/lib/safe/include/annots_stage1.h b/tos/lib/safe/include/annots_stage1.h index 057919c5..3a2e850c 100644 --- a/tos/lib/safe/include/annots_stage1.h +++ b/tos/lib/safe/include/annots_stage1.h @@ -36,8 +36,10 @@ #warning Safe TinyOS requires nesC >= 1.3.0 #endif +#ifdef NESC struct @safe { }; struct @unsafe { }; +#endif #endif // NESC version check