Move the Debug flag into a new module "debugflag" in the common directory.
Remove the const qualifier from the argument of xfree(). git-svn-id: svn://svn.cc65.org/cc65/trunk@1877 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -65,7 +65,7 @@ struct Import {
|
||||
FilePos Pos; /* File position of reference */
|
||||
union {
|
||||
struct Export* Exp; /* Matching export for this import */
|
||||
const char* Name; /* Name if not in table */
|
||||
char* Name; /* Name if not in table */
|
||||
} V;
|
||||
unsigned char Type; /* Type of import */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user