Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 911 → Rev 912

/shark/trunk/include/kernel/func.h
21,11 → 21,11
 
/**
------------
CVS : $Id: func.h,v 1.16 2004-05-26 15:34:49 anton Exp $
CVS : $Id: func.h,v 1.17 2005-01-07 08:21:16 pj Exp $
 
File: $File$
Revision: $Revision: 1.16 $
Last update: $Date: 2004-05-26 15:34:49 $
Revision: $Revision: 1.17 $
Last update: $Date: 2005-01-07 08:21:16 $
------------
 
Kernel functions:
559,6 → 559,7
depending on the task model +*/
extern __inline__ void task_endcycle(void)
{
task_testcancel();
task_message(NULL, NIL, 1);
}