*polished document

This commit is contained in:
tony 2015-04-11 16:03:10 +08:00
parent 2c722f5b07
commit e0cd240c94
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -90,7 +90,9 @@ extern "C" {
#define _NO_EAT_COMMA 2 #define _NO_EAT_COMMA 2
#if (defined _DEBUG && !defined NDEBUG) #if (defined _DEBUG && !defined NDEBUG)
# define _MB_ENABLE_ALLOC_STAT # ifndef _MB_ENABLE_ALLOC_STAT
# define _MB_ENABLE_ALLOC_STAT
# endif /* _MB_ENABLE_ALLOC_STAT */
#endif /* (defined _DEBUG && !defined NDEBUG) */ #endif /* (defined _DEBUG && !defined NDEBUG) */
/* Helper */ /* Helper */