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

David Gay idgay at users.sourceforge.net
Mon Oct 8 13:10:10 PDT 2007


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

Modified Files:
	RealMainP.nc 
Log Message:
don't use __attribute__ for nesC attributes


Index: RealMainP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/system/RealMainP.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RealMainP.nc	1 Mar 2007 04:21:44 -0000	1.5
--- RealMainP.nc	8 Oct 2007 20:10:05 -0000	1.6
***************
*** 50,54 ****
  }
  implementation {
!   int main() __attribute__ ((C, spontaneous)) {
      atomic
        {
--- 50,54 ----
  }
  implementation {
!   int main() @C() @spontaneous() {
      atomic
        {



More information about the Tinyos-2-commits mailing list