diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-02-17 14:26:08 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-02-17 14:26:08 +0000 |
| commit | aed7cc429afb6dfec2db4599f3f6cdf274fde7a1 (patch) | |
| tree | 781108a7505764a4623a61d17af7ccf15d229bc3 /src/runtime/c/pgf/data.h | |
| parent | 4f8ad8c23f955b2d8df48ccfa1e8e8621483c3dc (diff) | |
libpgf: simplify the loading of PgfCncCat
Diffstat (limited to 'src/runtime/c/pgf/data.h')
| -rw-r--r-- | src/runtime/c/pgf/data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h index 0afa24dd1..ea466b0c3 100644 --- a/src/runtime/c/pgf/data.h +++ b/src/runtime/c/pgf/data.h @@ -143,9 +143,9 @@ struct PgfCat { struct PgfCncCat { PgfCId cid; PgfCCatIds* cats; + size_t n_lins; - - GuStringL* labels; + GuString labels[]; /**< Labels for tuples. All nested tuples, records and tables * in the GF linearization types are flattened into a single * tuple in the corresponding PGF concrete category. This |
