Changed multi-line C comments into another style.

The left side doesn't look unbalanced.
This commit is contained in:
Greg King
2014-06-30 05:10:35 -04:00
parent 132d57f1ad
commit 0390c34e88
502 changed files with 8869 additions and 8884 deletions

View File

@@ -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 */