Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 80 → Rev 79

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