From 28bce1cdc01bff7a2caf1f30152b99827b907576 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Sat, 21 Jan 2012 10:27:55 +0000 Subject: added an API for printing the PGF to human readable format --- src/runtime/c/pgf/data.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/data.h') diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index d80a19526..1cc053e37 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -157,6 +157,7 @@ struct PgfCncCat { struct PgfCncFun { PgfCId fun; // XXX: resolve to PgfFunDecl*? + int funid; GuLength n_lins; PgfSeqId lins[]; }; @@ -184,8 +185,11 @@ extern GU_DECLARE_TYPE(PgfPrintNames, GuStringMap); struct PgfConcr { PgfFlags* cflags; PgfPrintNames* printnames; - PgfCIdMap* cnccats; + GuMap* ccats; PgfCCatSeq extra_ccats; + PgfCncFuns* cncfuns; + PgfSequences* sequences; + PgfCIdMap* cnccats; }; extern GU_DECLARE_TYPE(PgfConcr, struct); -- cgit v1.2.3