mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
remove the duplicated definition of PgfProductionIdx in parser.c
This commit is contained in:
@@ -68,7 +68,6 @@ static GU_DEFINE_TYPE(PgfCFCat, struct,
|
|||||||
|
|
||||||
extern GuHasher pgf_cfcat_hasher;
|
extern GuHasher pgf_cfcat_hasher;
|
||||||
|
|
||||||
typedef GuMap PgfProductionIdx;
|
|
||||||
GU_DEFINE_TYPE(PgfProductionIdx, GuMap,
|
GU_DEFINE_TYPE(PgfProductionIdx, GuMap,
|
||||||
gu_type(PgfCFCat), &pgf_cfcat_hasher,
|
gu_type(PgfCFCat), &pgf_cfcat_hasher,
|
||||||
gu_type(PgfProductionSeq), &gu_null_seq);
|
gu_type(PgfProductionSeq), &gu_null_seq);
|
||||||
|
|||||||
Reference in New Issue
Block a user