[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/include annots_stage1.h, 1.12, 1.13
John Regehr
regehr at users.sourceforge.net
Wed Jul 2 20:28:15 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/include
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6763
Modified Files:
annots_stage1.h
Log Message:
oops avoid a warning
Index: annots_stage1.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/include/annots_stage1.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** annots_stage1.h 2 Jul 2008 18:44:09 -0000 1.12
--- annots_stage1.h 3 Jul 2008 03:28:12 -0000 1.13
***************
*** 10,15 ****
--- 10,17 ----
// JDR temporary code: define away NTS in unsafe mode
#ifndef SAFE_TINYOS
+ #ifndef NTS
#define NTS
#endif
+ #endif
#if NESC < 130
More information about the Tinyos-2-commits
mailing list