Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -57,20 +57,20 @@ struct Library;
|
||||
|
||||
void LibAdd (FILE* F, const char* Name);
|
||||
/* Add files from the library to the list if there are references that could
|
||||
* be satisfied.
|
||||
*/
|
||||
** be satisfied.
|
||||
*/
|
||||
|
||||
void LibStartGroup (void);
|
||||
/* Start a library group. Objects within a library group may reference each
|
||||
* other, and libraries are searched repeatedly until all references are
|
||||
* satisfied.
|
||||
*/
|
||||
** other, and libraries are searched repeatedly until all references are
|
||||
** satisfied.
|
||||
*/
|
||||
|
||||
void LibEndGroup (void);
|
||||
/* End a library group and resolve all open references. Objects within a
|
||||
* library group may reference each other, and libraries are searched
|
||||
* repeatedly until all references are satisfied.
|
||||
*/
|
||||
** library group may reference each other, and libraries are searched
|
||||
** repeatedly until all references are satisfied.
|
||||
*/
|
||||
|
||||
void LibCheckGroup (void);
|
||||
/* Check if there are open library groups */
|
||||
|
||||
Reference in New Issue
Block a user