mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: #887 add do while to nldebug and co
This commit is contained in:
parent
f1b882a068
commit
2d9f3790ee
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ inline ucstring capitalize(const ucstring & s)
|
||||||
//-------------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
#ifdef NL_DEBUG
|
#ifdef NL_DEBUG
|
||||||
#define DEBUG_STOP nlstop
|
#define DEBUG_STOP nlstop;
|
||||||
#define nlassertd(a) nlassert(a)
|
#define nlassertd(a) nlassert(a)
|
||||||
#else
|
#else
|
||||||
#define DEBUG_STOP \
|
#define DEBUG_STOP \
|
||||||
|
|
Loading…
Reference in a new issue