Added assertions
git-svn-id: svn://svn.cc65.org/cc65/trunk@2202 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -133,6 +133,12 @@ void ObjStartStrPool (void);
|
||||
void ObjEndStrPool (void);
|
||||
/* Mark the end of the string pool section */
|
||||
|
||||
void ObjStartAssertions (void);
|
||||
/* Mark the start of the assertion table */
|
||||
|
||||
void ObjEndAssertions (void);
|
||||
/* Mark the end of the assertion table */
|
||||
|
||||
|
||||
|
||||
/* End of objfile.h */
|
||||
|
||||
Reference in New Issue
Block a user