Changed: #887 add do while to nldebug and co

This commit is contained in:
kervala 2010-05-13 22:54:08 +02:00
parent a970ad675c
commit 998e4f3c2e

View file

@ -84,7 +84,7 @@ inline ucstring capitalize(const ucstring & s)
//-------------------------------------------------------------------------------------------------
#ifdef NL_DEBUG
#define DEBUG_STOP nlstop
#define DEBUG_STOP nlstop;
#define nlassertd(a) nlassert(a)
#else
#define DEBUG_STOP \