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:
briano%netscape.com
1999-06-07 22:11:18 +00:00
parent d41b6f6748
commit 08451f9027
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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);