fixed bad define

git-svn-id: svn://10.0.0.236/trunk@20776 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-02-16 08:11:21 +00:00
parent 781f6ccb10
commit 3d297b0ba4
2 changed files with 2 additions and 2 deletions

View File

@@ -954,7 +954,7 @@ nsresult CNavDTD::WillHandleStartTag(CToken* aToken,eHTMLTags aTag,nsCParserNode
} //if
}
}
#ifdef DEBUG
#ifdef NS_DEBUG
else if(theKey.EqualsIgnoreCase("NAME")) {
const nsString& theValue1=aNode.GetValueAt(0);
if(theValue1.EqualsIgnoreCase("\"CRC\"")) {