*** empty log message ***

This commit is contained in:
2007-03-06 15:01:50 +00:00
parent 6fa4030f96
commit 09c4068531
7 changed files with 23 additions and 49 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: misc.c,v 1.1 2007-03-06 14:29:27 bacon Exp $
* $Id: misc.c,v 1.2 2007-03-06 15:01:50 bacon Exp $
*
* {License}
*/
@ -7,6 +7,8 @@
#include <ase/cmn/types.h>
#include <ase/cmn/macros.h>
#ifndef NDEBUG
int ase_assert_failed (
const ase_char_t* expr, const ase_char_t* desc,
const ase_char_t* file, ase_size_t line)
@ -29,3 +31,5 @@ int ase_assert_failed (
return 0;
}
#endif