fix for UNIX ports r=kipp, a=hofmann,kipp

This commit is contained in:
mgleeson1%netscape.com 1999-09-23 19:02:23 +00:00
Родитель 6fb9a6e280
Коммит 1e66807868
4 изменённых файлов: 12 добавлений и 0 удалений

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

@ -218,12 +218,14 @@ protected:
unsigned char* m1b;
};
public:
struct FragmentBits {
PRUint32 mInHeap : 1;
PRUint32 mIs2b : 1;
PRUint32 mLength : 30;
};
protected:
union {
PRUint32 mAllBits;
FragmentBits mState;
@ -233,3 +235,4 @@ protected:
};
#endif /* nsTextFragment_h___ */

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

@ -218,12 +218,14 @@ protected:
unsigned char* m1b;
};
public:
struct FragmentBits {
PRUint32 mInHeap : 1;
PRUint32 mIs2b : 1;
PRUint32 mLength : 30;
};
protected:
union {
PRUint32 mAllBits;
FragmentBits mState;
@ -233,3 +235,4 @@ protected:
};
#endif /* nsTextFragment_h___ */

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

@ -218,12 +218,14 @@ protected:
unsigned char* m1b;
};
public:
struct FragmentBits {
PRUint32 mInHeap : 1;
PRUint32 mIs2b : 1;
PRUint32 mLength : 30;
};
protected:
union {
PRUint32 mAllBits;
FragmentBits mState;
@ -233,3 +235,4 @@ protected:
};
#endif /* nsTextFragment_h___ */

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

@ -218,12 +218,14 @@ protected:
unsigned char* m1b;
};
public:
struct FragmentBits {
PRUint32 mInHeap : 1;
PRUint32 mIs2b : 1;
PRUint32 mLength : 30;
};
protected:
union {
PRUint32 mAllBits;
FragmentBits mState;
@ -233,3 +235,4 @@ protected:
};
#endif /* nsTextFragment_h___ */