Fix OS/2 PR_CALLBACK bustage.
git-svn-id: svn://10.0.0.236/trunk@109126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -294,7 +294,7 @@ static PRInt32 gTableRefCount;
|
||||
static PLHashTable* gTagTable;
|
||||
|
||||
|
||||
static PLHashNumber
|
||||
PR_STATIC_CALLBACK(PLHashNumber)
|
||||
HTMLTagsHashCodeUCPtr(const void *key)
|
||||
{
|
||||
const PRUnichar *str = (const PRUnichar *)key;
|
||||
@@ -302,7 +302,7 @@ HTMLTagsHashCodeUCPtr(const void *key)
|
||||
return nsCRT::HashCode(str);
|
||||
}
|
||||
|
||||
static PRIntn
|
||||
PR_STATIC_CALLBACK(PRIntn)
|
||||
HTMLTagsKeyCompareUCPtr(const void *key1, const void *key2)
|
||||
{
|
||||
const PRUnichar *str1 = (const PRUnichar *)key1;
|
||||
|
||||
@@ -294,7 +294,7 @@ static PRInt32 gTableRefCount;
|
||||
static PLHashTable* gTagTable;
|
||||
|
||||
|
||||
static PLHashNumber
|
||||
PR_STATIC_CALLBACK(PLHashNumber)
|
||||
HTMLTagsHashCodeUCPtr(const void *key)
|
||||
{
|
||||
const PRUnichar *str = (const PRUnichar *)key;
|
||||
@@ -302,7 +302,7 @@ HTMLTagsHashCodeUCPtr(const void *key)
|
||||
return nsCRT::HashCode(str);
|
||||
}
|
||||
|
||||
static PRIntn
|
||||
PR_STATIC_CALLBACK(PRIntn)
|
||||
HTMLTagsKeyCompareUCPtr(const void *key1, const void *key2)
|
||||
{
|
||||
const PRUnichar *str1 = (const PRUnichar *)key1;
|
||||
|
||||
Reference in New Issue
Block a user