[Tinyos-2-commits] CVS: tinyos-2.x/tos/system tos.h,1.5,1.6

Kevin Klues klueska at users.sourceforge.net
Wed Mar 26 17:52:04 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/system
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9748/tos/system

Modified Files:
	tos.h 
Log Message:
Update to allow header files to be processed via standard gcc and not have to run through ncc first (problem was in the usage of @combine, etc. in these files)

Index: tos.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/tos.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** tos.h	17 Feb 2008 23:57:03 -0000	1.5
--- tos.h	27 Mar 2008 00:52:02 -0000	1.6
***************
*** 31,37 ****
--- 31,39 ----
  #define PASS
  
+ #ifdef NESC
  struct @atmostonce { };
  struct @atleastonce { };
  struct @exactlyonce { };
+ #endif
  
  /* This platform_bootstrap macro exists in accordance with TEP



More information about the Tinyos-2-commits mailing list