Cleanup: remove _DEBUG define usage

This commit is contained in:
2014-08-27 18:57:53 +10:00
parent 146ed67d55
commit 3f2cf6da6f
10 changed files with 21 additions and 21 deletions

View File

@@ -21,13 +21,13 @@
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
#ifdef _DEBUG
#ifdef DEBUG
//int gRefCountExpr;
#endif
CExpression::CExpression()// : m_cached_calculate(NULL)
{
m_refcount = 1;
#ifdef _DEBUG
#ifdef DEBUG
//gRefCountExpr++;
#endif
}