Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 78 → Rev 79

/shark/trunk/include/kernel/assert.h/assert.h
39,16 → 39,20
*/
 
/*
* CVS : $Id: assert.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
* CVS : $Id: assert.h,v 1.2 2003-03-13 13:36:27 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:51 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-03-13 13:36:27 $
*/
 
#ifndef _KERNEL_ASSERT_H
#define _KERNEL_ASSERT_H
 
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/**/
 
#ifdef NDEBUG
93,5 → 97,5
#endif
 
/**/
 
__END_DECLS
#endif