]> git.sur5r.net Git - cc65/blobdiff - src/ca65/macpack.h
More lineinfo usage.
[cc65] / src / ca65 / macpack.h
index 72b47a73c8fa0e75b1eb3e8888aebee1ec86f1c5..3433198d1445559360ee55ab92324bcc40475ba5 100644 (file)
@@ -74,8 +74,11 @@ int MacPackFind (const StrBuf* Name);
  * -1 if the package name was not found.
  */
 
-void MacPackInsert (int Id);
-/* Insert the macro package with the given id in the input stream */
+int MacPackInsert (int Id);
+/* Insert the macro package with the given id in the input stream. Returns
+ * true if the macro package was found and successfully inserted. Returns
+ * false otherwise.
+ */
 
 void MacPackSetDir (const StrBuf* Dir);
 /* Set a directory where files for macro packages can be found. Standard is