From 7fcaa81858959699938ae0f032583a498c63019a Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 23 Jan 2012 09:46:45 +0000 Subject: libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in the grammar printout --- src/runtime/c/pgf/data.h | 2 +- 1 file changed, 1 insertion(+), 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 1cc053e37..8d23af4b8 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -143,7 +143,6 @@ struct PgfCat { struct PgfCncCat { PgfCId cid; PgfCCatIds* cats; - PgfFunIds* lindefs; size_t n_lins; GuStringL* labels; @@ -173,6 +172,7 @@ struct PgfAlternative { struct PgfCCat { PgfCncCat* cnccat; + PgfFunIds* lindefs; PgfProductionSeq prods; int fid; }; -- cgit v1.2.3