fixed backward define

This commit is contained in:
rickg%netscape.com 1999-02-16 08:04:01 +00:00
parent c3913b0ae7
commit a165f39078
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ CNavDTD::CNavDTD() : nsIDTD(){
mMapContext=0;
mTokenizer=0;
#ifndef NS_DEBUG
#ifdef NS_DEBUG
mComputedCRC32=0;
mExpectedCRC32=0;
#endif

View File

@ -357,7 +357,7 @@ CNavDTD::CNavDTD() : nsIDTD(){
mMapContext=0;
mTokenizer=0;
#ifndef NS_DEBUG
#ifdef NS_DEBUG
mComputedCRC32=0;
mExpectedCRC32=0;
#endif