Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -168,8 +168,8 @@ void AsmInc (const char* Filename, char CommentStart, int IgnoreUnknown)
|
||||
}
|
||||
|
||||
/* Determine the base of the number. Allow $ and % as prefixes for
|
||||
* hex and binary numbers respectively.
|
||||
*/
|
||||
** hex and binary numbers respectively.
|
||||
*/
|
||||
if (*L == '$') {
|
||||
Base = 16;
|
||||
++L;
|
||||
|
||||
Reference in New Issue
Block a user