diff options
Diffstat (limited to 'src/runtime/c/pgf/data.h')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 6 |
1 files changed, 5 insertions, 1 deletions
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); |
