mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -06:00
bugfix which caused the runtime to crash on Android
This commit is contained in:
@@ -32,9 +32,11 @@ GU_DEFINE_TYPE(PgfCCat, abstract);
|
||||
|
||||
GU_DEFINE_TYPE(PgfCncCat, abstract);
|
||||
|
||||
GU_DEFINE_TYPE(PgfFlags, GuStringMap, gu_type(GuVariant), &gu_null_variant);
|
||||
GU_DEFINE_TYPE(PgfDummyVariant, GuVariant);
|
||||
|
||||
GU_DEFINE_TYPE(PgfProductionSeq, GuSeq, gu_type(GuVariant));
|
||||
GU_DEFINE_TYPE(PgfFlags, GuStringMap, gu_type(PgfDummyVariant), &gu_null_variant);
|
||||
|
||||
GU_DEFINE_TYPE(PgfProductionSeq, GuSeq, gu_type(PgfDummyVariant));
|
||||
|
||||
GU_DEFINE_TYPE(PgfAbsFun, abstract);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user