mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Clarify comment explaining how referenced works
This commit is contained in:
@@ -20,7 +20,7 @@ struct FileStackNode {
|
|||||||
// Line at which the parent context was exited; meaningless for the root level
|
// Line at which the parent context was exited; meaningless for the root level
|
||||||
uint32_t lineNo;
|
uint32_t lineNo;
|
||||||
|
|
||||||
bool referenced; // If referenced, don't free!
|
bool referenced; // If referenced by a Symbol, Section, or Patch's `src`, don't `delete`!
|
||||||
uint32_t ID; // Set only if referenced: ID within the object file, -1 if not output yet
|
uint32_t ID; // Set only if referenced: ID within the object file, -1 if not output yet
|
||||||
|
|
||||||
enum FileStackNodeType type;
|
enum FileStackNodeType type;
|
||||||
|
|||||||
Reference in New Issue
Block a user