]> git.sur5r.net Git - cc65/blobdiff - src/ld65/library.h
Merge remote-tracking branch 'upstream/master' into pcenginetarget
[cc65] / src / ld65 / library.h
index 19648630c6a6957b5ffdce3ddcfa3f93888914ee..abf75675aa66932dc70b244751c54632f870817a 100644 (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 */
@@ -92,6 +92,3 @@ void PrintDbgLibraries (FILE* F);
 /* End of library.h */
 
 #endif
-
-
-