From 87360ccc348b6e5ec51cf1eb796c15fbf5aa2a1d Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 19 Dec 2012 10:03:05 +0000 Subject: bugfix for linearization of metavariables at the root of a tree --- src/runtime/c/pgf/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/c/pgf/parser.c') diff --git a/src/runtime/c/pgf/parser.c b/src/runtime/c/pgf/parser.c index 93a2f78e9..808938d4c 100644 --- a/src/runtime/c/pgf/parser.c +++ b/src/runtime/c/pgf/parser.c @@ -1945,7 +1945,7 @@ pgf_parser_init_state(PgfConcr* concr, PgfCId cat, size_t lin_idx, GuPool* pool) conts->outside_prob = 0; conts->ref_count = 0; gu_buf_push(conts->items, PgfItem*, NULL); - + #ifdef PGF_COUNTS_DEBUG ps->cont_full_count++; #endif -- cgit v1.2.3