Restructured some of the code. Attribute handling is still a mess and needs
another cleanup. Added unnamed labels. git-svn-id: svn://svn.cc65.org/cc65/trunk@3700 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -42,8 +42,9 @@
|
||||
|
||||
/* da65 */
|
||||
#include "asminc.h"
|
||||
#include "attrtab.h"
|
||||
#include "comments.h"
|
||||
#include "error.h"
|
||||
#include "labels.h"
|
||||
|
||||
|
||||
|
||||
@@ -220,8 +221,9 @@ void AsmInc (const char* Filename, char CommentStart, int IgnoreUnknown)
|
||||
/* Apply the sign */
|
||||
Val *= Sign;
|
||||
|
||||
/* Define the symbol */
|
||||
AddExtLabel (Val, SB_GetConstBuf (&Ident), Comment);
|
||||
/* Define the symbol and the comment */
|
||||
AddExtLabel (Val, SB_GetConstBuf (&Ident));
|
||||
SetComment (Val, Comment);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user