libpgf: debugging framework for the parser

This commit is contained in:
kr.angelov
2012-01-23 15:49:29 +00:00
parent f2cfa9888e
commit 21dee01c9d
3 changed files with 172 additions and 25 deletions

View File

@@ -190,6 +190,7 @@ struct PgfConcr {
PgfCncFuns* cncfuns;
PgfSequences* sequences;
PgfCIdMap* cnccats;
int max_fid;
};
extern GU_DECLARE_TYPE(PgfConcr, struct);