[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/include annots_stage1.h, 1.4, 1.5
David Gay
idgay at users.sourceforge.net
Fri May 2 14:54:21 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/include
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27234/include
Modified Files:
annots_stage1.h
Log Message:
allow nonsafe compilation with 1.3.0
Index: annots_stage1.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/include/annots_stage1.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** annots_stage1.h 17 Feb 2008 22:45:27 -0000 1.4
--- annots_stage1.h 2 May 2008 21:54:19 -0000 1.5
***************
*** 2,6 ****
#define ANNOTS_STAGE1_INCLUDED
! #if NESC >= 130
struct @bound @deputy_scope() @macro("__DEPUTY_BOUND") { void *lo, *hi; };
--- 2,6 ----
#define ANNOTS_STAGE1_INCLUDED
! #if NESC >= 130 && defined(SAFE_TINYOS)
struct @bound @deputy_scope() @macro("__DEPUTY_BOUND") { void *lo, *hi; };
More information about the Tinyos-2-commits
mailing list