]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/safe/include/nesc_annots.h
Annotation improvements, and add deputy_no_annots.h which causes CPP
[tinyos-2.x.git] / tos / lib / safe / include / nesc_annots.h
index 2b25e10053a9b806780d8cecc3a9f7edb108b2a1..f0cc00cf94bf7d210e082802396a1bd43ba0010a 100644 (file)
@@ -1,3 +1,3 @@
-struct @bound @deputy_scope() @macro("_DEPUTY_BOUND") { void *lo, *hi; }; 
-struct @count @deputy_scope() @macro("_DEPUTY_COUNT") { int n; }; 
-struct @single @deputy_scope() @macro("_DEPUTY_SINGLE") { }; 
+struct @bound @deputy_scope() @macro("__DEPUTY_BOUND") { void *lo, *hi; }; 
+struct @count @deputy_scope() @macro("__DEPUTY_COUNT") { int n; }; 
+struct @single @deputy_scope() @macro("__DEPUTY_SINGLE") { };