Output library information to the debug file.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5127 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -74,7 +74,7 @@ ObjData* NewObjData (void)
|
||||
/* Initialize the data */
|
||||
O->Next = 0;
|
||||
O->Name = INVALID_STRING_ID;
|
||||
O->LibName = INVALID_STRING_ID;
|
||||
O->Lib = 0;
|
||||
O->MTime = 0;
|
||||
O->Start = 0;
|
||||
O->Flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user