[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/include/deputy checks.h, 1.2, 1.3
John Regehr
regehr at users.sourceforge.net
Sat Sep 6 14:22:36 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/include/deputy
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15254/tos/lib/safe/include/deputy
Modified Files:
checks.h
Log Message:
switch to failure handlers written in nesC
Index: checks.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/include/deputy/checks.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** checks.h 3 Jul 2008 03:11:54 -0000 1.2
--- checks.h 6 Sep 2008 21:22:33 -0000 1.3
***************
*** 51,55 ****
extern asmlinkage noreturn
! void deputy_fail_noreturn_fast(void);
/* Search for a NULL starting at e and return its index */
--- 51,55 ----
extern asmlinkage noreturn
! void deputy_fail_noreturn_fast(__LOCATION__FORMALS);
/* Search for a NULL starting at e and return its index */
More information about the Tinyos-2-commits
mailing list