Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/assert.h
38,16 → 38,19
*/
 
/*
* CVS : $Id: assert.h,v 1.1.1.1 2002-03-29 14:12:50 pj Exp $
* CVS : $Id: assert.h,v 1.2 2003-03-13 13:41:04 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:50 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-03-13 13:41:04 $
*/
 
#ifndef __ASSERT_H
#define __ASSERT_H
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#ifdef NDEBUG
 
#define assert(test) {}
61,4 → 64,5
 
#endif
 
__END_DECLS
#endif