diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-01-23 09:46:45 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-01-23 09:46:45 +0000 |
| commit | 7fcaa81858959699938ae0f032583a498c63019a (patch) | |
| tree | 0bba5eae8acd2b9707b4148c4c83d159666cd0f0 /src/runtime/c/pgf/data.h | |
| parent | 28bce1cdc01bff7a2caf1f30152b99827b907576 (diff) | |
libpgf: move the lindefs field from PgfCncCat to PgfCCat. display the list in the grammar printout
Diffstat (limited to 'src/runtime/c/pgf/data.h')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
