mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
defined correctly fixed
This commit is contained in:
parent
205012131f
commit
4a82c99291
@ -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
|
||||
{
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user