defined correctly fixed

This commit is contained in:
dougt%netscape.com 2003-03-19 02:16:07 +00:00
parent 205012131f
commit 4a82c99291
2 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ nsEmbedCString::GrowCapacity(size_type aNewCapacity)
// non-standalone will be using the copy in the string lib.
// See bug 196506
#ifdef STRING_EMBEDSTANDALONE
#ifdef EMBEDSTRING_STANDALONE
template <class CharT> class CalculateLength
{

View File

@ -461,7 +461,7 @@ nsEmbedCString::GrowCapacity(size_type aNewCapacity)
// non-standalone will be using the copy in the string lib.
// See bug 196506
#ifdef STRING_EMBEDSTANDALONE
#ifdef EMBEDSTRING_STANDALONE
template <class CharT> class CalculateLength
{