refactoring: now all named objects in the C runtime have an explicit name field

This commit is contained in:
kr.angelov
2013-02-11 14:10:54 +00:00
parent 56c8f91d19
commit 0b7b939aca
4 changed files with 39 additions and 30 deletions

View File

@@ -94,7 +94,7 @@ close:
GuString
pgf_abstract_name(PgfPGF* pgf)
{
return pgf->absname;
return pgf->abstract.name;
}
void