Changed style of comments with asterisks to avoid highlighting errors on //* with weak highlighters, change is to all files that could potentially break highlights

Most were needed, though some were just for possible problems with highlighting, should not affect performance whatsoever.
This commit is contained in:
Lirusaito
2012-01-09 05:40:03 -05:00
parent 35333f0105
commit 61beedd3d9
41 changed files with 138 additions and 138 deletions

View File

@@ -2658,9 +2658,9 @@ U32 LLXMLNode::getChildCount() const
return 0;
}
//***************************************************
// ***************************************************
// UNIT TESTING
//***************************************************
// ***************************************************
U32 get_rand(U32 max_value)
{