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

@@ -35,7 +35,7 @@ effect: constructs a new CIntValue
*/
{
#ifdef _DEBUG_
#ifdef DEBUG_
m_textval = "Int illegal constructor";
#endif
m_pstrRep=NULL;