mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
refactoring: now all named objects in the C runtime have an explicit name field
This commit is contained in:
@@ -94,7 +94,7 @@ close:
|
||||
GuString
|
||||
pgf_abstract_name(PgfPGF* pgf)
|
||||
{
|
||||
return pgf->absname;
|
||||
return pgf->abstract.name;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user