From aed7cc429afb6dfec2db4599f3f6cdf274fde7a1 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 17 Feb 2012 14:26:08 +0000 Subject: libpgf: simplify the loading of PgfCncCat --- src/runtime/c/pgf/data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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 -- cgit v1.2.3