More comment handling

git-svn-id: svn://svn.cc65.org/cc65/trunk@3389 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2005-02-17 17:26:16 +00:00
parent e814c484c3
commit 0eec7d8a87
4 changed files with 40 additions and 31 deletions

View File

@@ -94,6 +94,9 @@ void LineComment (unsigned PC, unsigned Count);
void OutputSettings (void);
/* Output CPU and other settings */
void DefineConst (const char* Name, const char* Comment, unsigned Addr);
/* Define an address constant */
/* End of output.h */