]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
allow nonsafe compilation with 1.3.0
authoridgay <idgay>
Fri, 2 May 2008 21:54:19 +0000 (21:54 +0000)
committeridgay <idgay>
Fri, 2 May 2008 21:54:19 +0000 (21:54 +0000)
tos/lib/safe/include/annots_stage1.h

index 03e5f8d36a88328ed7c07f9dda05341507ee2e21..44d24463bce2f5ca7723eba90358e9a0408d4b70 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef ANNOTS_STAGE1_INCLUDED
 #define ANNOTS_STAGE1_INCLUDED
 
-#if NESC >= 130
+#if NESC >= 130 && defined(SAFE_TINYOS)
 
 struct @bound @deputy_scope() @macro("__DEPUTY_BOUND") { void *lo, *hi; }; 
 struct @count @deputy_scope() @macro("__DEPUTY_COUNT") { int n; };