mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
bugfix for robust parsing with multi-word units
This commit is contained in:
@@ -131,7 +131,6 @@ GU_DEFINE_TYPE(
|
||||
GU_MEMBER(PgfProductionExtern, lins, GuSeq)),
|
||||
GU_CONSTRUCTOR_S(
|
||||
PGF_PRODUCTION_META, PgfProductionMeta,
|
||||
GU_MEMBER(PgfProductionMeta, lins, GuSeq),
|
||||
GU_MEMBER(PgfProductionMeta, args, PgfPArgs)));
|
||||
|
||||
GU_DEFINE_TYPE(PgfProductions, GuList, gu_type(PgfProduction));
|
||||
|
||||
Reference in New Issue
Block a user