diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-12-19 10:03:05 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-12-19 10:03:05 +0000 |
| commit | 87360ccc348b6e5ec51cf1eb796c15fbf5aa2a1d (patch) | |
| tree | 841a69af3e257820c114e401ffeb2fd2bb40ad75 /src/runtime/c/pgf/parser.c | |
| parent | a28ccc965c0031090dabe6f65b90281de827b53a (diff) | |
bugfix for linearization of metavariables at the root of a tree
Diffstat (limited to 'src/runtime/c/pgf/parser.c')
| -rw-r--r-- | src/runtime/c/pgf/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
