Add reference counting to line infos. This allows better tracking of the ones
that are actually used. git-svn-id: svn://svn.cc65.org/cc65/trunk@5212 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -59,7 +59,7 @@ Fragment* NewFragment (unsigned char Type, unsigned short Len)
|
||||
F->Next = 0;
|
||||
F->LineList = 0;
|
||||
F->LI = EmptyCollection;
|
||||
GetFullLineInfo (&F->LI, 1);
|
||||
GetFullLineInfo (&F->LI);
|
||||
F->Len = Len;
|
||||
F->Type = Type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user