add child_count to scope
This commit is contained in:
@@ -57,6 +57,8 @@ struct Scope {
|
||||
struct Scope *child_last;
|
||||
struct Scope *next_sibling;
|
||||
|
||||
int child_count;
|
||||
|
||||
int location;
|
||||
BucketList hashTable[SYMTAB_SIZE];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user