Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -46,11 +46,11 @@
|
||||
|
||||
ExprNode* ULabRef (int Which);
|
||||
/* Get an unnamed label. If Which is negative, it is a backreference (a
|
||||
* reference to an already defined label), and the function will return a
|
||||
* segment relative expression. If Which is positive, it is a forward ref,
|
||||
* and the function will return a expression node for an unnamed label that
|
||||
* must be resolved later.
|
||||
*/
|
||||
** reference to an already defined label), and the function will return a
|
||||
** segment relative expression. If Which is positive, it is a forward ref,
|
||||
** and the function will return a expression node for an unnamed label that
|
||||
** must be resolved later.
|
||||
*/
|
||||
|
||||
void ULabDef (void);
|
||||
/* Define an unnamed label at the current PC */
|
||||
@@ -60,14 +60,14 @@ int ULabCanResolve (void);
|
||||
|
||||
ExprNode* ULabResolve (unsigned Index);
|
||||
/* Return a valid expression for the unnamed label with the given index. This
|
||||
* is used to resolve unnamed labels when assembly is done, so it is an error
|
||||
* if a label is still undefined in this phase.
|
||||
*/
|
||||
** is used to resolve unnamed labels when assembly is done, so it is an error
|
||||
** if a label is still undefined in this phase.
|
||||
*/
|
||||
|
||||
void ULabDone (void);
|
||||
/* Run through all unnamed labels, check for anomalies and errors and do
|
||||
* necessary cleanups.
|
||||
*/
|
||||
** necessary cleanups.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user