]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
add NTS as an annotation to kill for back compatibility reasons
authorregehr <regehr>
Wed, 2 Jul 2008 18:26:16 +0000 (18:26 +0000)
committerregehr <regehr>
Wed, 2 Jul 2008 18:26:16 +0000 (18:26 +0000)
tos/lib/safe/include/annots_stage1.h

index b9460591045dbbe07d6452909eb3fa4535a85414..d037deffd69dda82f7ab642a273cac982877633b 100644 (file)
@@ -21,6 +21,7 @@
 #define DMEMSET(x,y,z)
 #define DMEMCPY(x,y,z)
 #define TRUSTEDBLOCK
+#define NTS
 
 #define TCAST(__type,__expr)                   ((__type)(__expr))