From 9de09dfa551f26efab68dd4bc2bd61c86712bf1e Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Thu, 20 Sep 2001 02:38:56 +0000 Subject: [PATCH] OS/2 bustage PR_STATIC_CALLBACK is not needed here git-svn-id: svn://10.0.0.236/trunk@103261 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/style/src/nsCSSRules.cpp | 2 +- mozilla/layout/style/nsCSSRules.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/html/style/src/nsCSSRules.cpp b/mozilla/content/html/style/src/nsCSSRules.cpp index 7c3ae5ca280..6bbeb074b62 100644 --- a/mozilla/content/html/style/src/nsCSSRules.cpp +++ b/mozilla/content/html/style/src/nsCSSRules.cpp @@ -758,7 +758,7 @@ CloneRuleInto(nsISupports* aRule, void* aArray) return PR_TRUE; } -PR_STATIC_CALLBACK(PRBool) +static PRBool SetParentRuleReference(nsISupports* aRule, void* aParentRule) { nsICSSRule* rule = (nsICSSRule*)aRule; diff --git a/mozilla/layout/style/nsCSSRules.cpp b/mozilla/layout/style/nsCSSRules.cpp index 7c3ae5ca280..6bbeb074b62 100644 --- a/mozilla/layout/style/nsCSSRules.cpp +++ b/mozilla/layout/style/nsCSSRules.cpp @@ -758,7 +758,7 @@ CloneRuleInto(nsISupports* aRule, void* aArray) return PR_TRUE; } -PR_STATIC_CALLBACK(PRBool) +static PRBool SetParentRuleReference(nsISupports* aRule, void* aParentRule) { nsICSSRule* rule = (nsICSSRule*)aRule;