libpgf: debugging framework for the parser

This commit is contained in:
kr.angelov
2012-01-23 15:49:29 +00:00
parent fcd2c2905e
commit 5ccd75c8b9
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);