Make the type of a C symbol available.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5295 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1233,6 +1233,7 @@ static void CopyCSymInfo (cc65_csymdata* D, const CSymInfo* S)
|
||||
D->csym_kind = S->Kind;
|
||||
D->csym_sc = S->SC;
|
||||
D->csym_offs = S->Offs;
|
||||
D->type_id = GetId (S->Type.Info);
|
||||
D->symbol_id = GetId (S->Sym.Info);
|
||||
D->scope_id = GetId (S->Scope.Info);
|
||||
D->csym_name = S->Name;
|
||||
|
||||
Reference in New Issue
Block a user