]> git.sur5r.net Git - cc65/blobdiff - src/cc65/litpool.h
Fixed two compiler warnings.
[cc65] / src / cc65 / litpool.h
index f89ffda8b625a4e1682ffd0947c149dc7ff3adda..a71c5841447ffe4aa2ce0f1a842e264967ce434d 100644 (file)
@@ -113,8 +113,8 @@ void MoveLiteralPool (LiteralPool* LocalPool);
  * function will free LocalPool after moving the used string literals.
  */
 
-void DumpLiteralPool (void);
-/* Dump the literal pool */
+void OutputLiteralPool (void);
+/* Output the literal pool */
 
 Literal* AddLiteral (const char* S);
 /* Add a literal string to the literal pool. Return the literal. */