follow up for bug 102113, per Brendan's request

change the name from dummy to align, no other change
This commit is contained in:
bstell%netscape.com 2001-11-13 07:36:38 +00:00
Родитель 98e50b9197
Коммит b24d11d0c7
3 изменённых файлов: 6 добавлений и 3 удалений

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

@ -106,7 +106,8 @@ public:
protected:
union {
PRUint16 mCCMap[CCMAP_MAX_LEN];
ALU_TYPE dummy;
ALU_TYPE used_for_align; // do not use; only here to cause
// alignment
} u;
PRUint16 mUsedLen; // in PRUint16
PRUint16 mAllOnesPage;

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

@ -106,7 +106,8 @@ public:
protected:
union {
PRUint16 mCCMap[CCMAP_MAX_LEN];
ALU_TYPE dummy;
ALU_TYPE used_for_align; // do not use; only here to cause
// alignment
} u;
PRUint16 mUsedLen; // in PRUint16
PRUint16 mAllOnesPage;

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

@ -106,7 +106,8 @@ public:
protected:
union {
PRUint16 mCCMap[CCMAP_MAX_LEN];
ALU_TYPE dummy;
ALU_TYPE used_for_align; // do not use; only here to cause
// alignment
} u;
PRUint16 mUsedLen; // in PRUint16
PRUint16 mAllOnesPage;