Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.

git-svn-id: svn://10.0.0.236/trunk@138957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%netscape.com
2003-03-05 15:08:41 +00:00
parent 9a466e3c5e
commit c96c6fa64f
137 changed files with 715 additions and 564 deletions

View File

@@ -6126,8 +6126,8 @@ nsCSSDeclaration::Clone() const
}
NS_EXPORT nsresult
NS_NewCSSDeclaration(nsCSSDeclaration** aInstancePtrResult)
nsresult
NS_NewCSSDeclaration(nsCSSDeclaration** aInstancePtrResult)
{
if (aInstancePtrResult == nsnull) {
return NS_ERROR_NULL_POINTER;