Renamed a struct member.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5191 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2011-08-17 15:50:53 +00:00
parent 9724ed5506
commit 386100dade
2 changed files with 4 additions and 4 deletions

View File

@@ -466,7 +466,7 @@ struct cc65_scopedata {
const char* scope_name; /* Name of scope */
cc65_scope_type scope_type; /* Type of scope */
cc65_size scope_size; /* Size of scope, 0 if unknown */
unsigned scope_parent; /* Id of parent scope */
unsigned parent_id; /* Id of parent scope */
unsigned symbol_id; /* Id of scope symbol if any */
unsigned module_id; /* Id of the module */
};