Switch from die_mem function to DIE_MEM macro in order to be able to give a line and file for the OOM message

darcs-hash:20060703103957-ac50b-8d7a860d931fd087f6d1759bc1e934dba1cfefe2.gz
This commit is contained in:
axel
2006-07-03 20:39:57 +10:00
parent 38175cdd30
commit d56ab1d365
24 changed files with 77 additions and 84 deletions

View File

@@ -102,7 +102,7 @@ static char *translate_wcs2str( const wchar_t *in )
wcs2str_buff = realloc( wcs2str_buff, len );
if( wcs2str_buff == 0 )
{
die_mem();
DIE_MEM();
}
}