[Tinyos-2-commits] CVS: tinyos-2.x/tos/types TinyError.h,1.5,1.6
David Gay
idgay at users.sourceforge.net
Mon Oct 8 13:10:11 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/types
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26594/tos/types
Modified Files:
TinyError.h
Log Message:
don't use __attribute__ for nesC attributes
Index: TinyError.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/types/TinyError.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TinyError.h 15 Apr 2007 21:11:38 -0000 1.5
--- TinyError.h 8 Oct 2007 20:10:08 -0000 1.6
***************
*** 45,49 ****
};
! typedef uint8_t error_t __attribute__((combine(ecombine)));
error_t ecombine(error_t r1, error_t r2)
--- 45,49 ----
};
! typedef uint8_t error_t @combine("ecombine");
error_t ecombine(error_t r1, error_t r2)
More information about the Tinyos-2-commits
mailing list