aix,os/2 & solaris are all having problems with this. It has to do with

struct/union access and nested classes, but it is a big pain.

r= mkaply@us.ibm.com,waterson@netscape.com,scc@mozilla.org
a= scc@mozilla.org
# 74725
This commit is contained in:
jdunn%netscape.com 2001-04-04 21:54:18 +00:00
Родитель f3a4523932
Коммит 6d5ffd1e43
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -169,12 +169,15 @@ protected:
/**
* Hashtable entry; holds weak reference to a match object.
*/
public:
struct Entry {
friend class ConstIterator;
PLDHashEntryHdr mHdr;
nsTemplateMatch* mMatch;
};
protected:
enum { kMaxInlineMatches = (sizeof(PLDHashTable) / sizeof(void*)) - 1 };