Yet another case of C++ comments in a C file....
git-svn-id: svn://10.0.0.236/trunk@34103 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -164,7 +164,7 @@ PRIVATE void uFillInfoFormate0(const uTable *uT,const uMapCell *cell,PRUint32* i
|
||||
PRUint16 begin, end, i;
|
||||
begin = cell->fmt.format0.srcBegin;
|
||||
end = cell->fmt.format0.srcEnd;
|
||||
if( (begin >> 5) == (end >> 5)) // High 17 bits are the same
|
||||
if( (begin >> 5) == (end >> 5)) /* High 17 bits are the same */
|
||||
{
|
||||
for(i = begin; i <= end; i++)
|
||||
SET_REPRESENTABLE(info, i);
|
||||
|
||||
@@ -164,7 +164,7 @@ PRIVATE void uFillInfoFormate0(const uTable *uT,const uMapCell *cell,PRUint32* i
|
||||
PRUint16 begin, end, i;
|
||||
begin = cell->fmt.format0.srcBegin;
|
||||
end = cell->fmt.format0.srcEnd;
|
||||
if( (begin >> 5) == (end >> 5)) // High 17 bits are the same
|
||||
if( (begin >> 5) == (end >> 5)) /* High 17 bits are the same */
|
||||
{
|
||||
for(i = begin; i <= end; i++)
|
||||
SET_REPRESENTABLE(info, i);
|
||||
|
||||
Reference in New Issue
Block a user