From c242e700a13c87795917e4b37ce53250b5114fe6 Mon Sep 17 00:00:00 2001 From: "dougt%netscape.com" Date: Wed, 19 Mar 2003 02:11:34 +0000 Subject: [PATCH] pilot error git-svn-id: svn://10.0.0.236/trunk@139737 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/string/embed/nsEmbedString.cpp | 2 +- mozilla/xpcom/string/embed/nsEmbedString.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/string/embed/nsEmbedString.cpp b/mozilla/string/embed/nsEmbedString.cpp index 12575f82d2b..201ebf96d68 100644 --- a/mozilla/string/embed/nsEmbedString.cpp +++ b/mozilla/string/embed/nsEmbedString.cpp @@ -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_STANDALONE +#ifdef STRING_EMBEDSTANDALONE template class CalculateLength { diff --git a/mozilla/xpcom/string/embed/nsEmbedString.cpp b/mozilla/xpcom/string/embed/nsEmbedString.cpp index 12575f82d2b..201ebf96d68 100644 --- a/mozilla/xpcom/string/embed/nsEmbedString.cpp +++ b/mozilla/xpcom/string/embed/nsEmbedString.cpp @@ -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_STANDALONE +#ifdef STRING_EMBEDSTANDALONE template class CalculateLength {