From e174f37940d4c9480d83e57bf7bf453dd2b3c9de Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Mon, 3 Dec 2012 10:07:54 +0000 Subject: added experimental script for chunking in the C runtime --- src/runtime/c/pgf/parser.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/runtime/c/pgf/parser.h') diff --git a/src/runtime/c/pgf/parser.h b/src/runtime/c/pgf/parser.h index 65997f601..dcc3ca3af 100644 --- a/src/runtime/c/pgf/parser.h +++ b/src/runtime/c/pgf/parser.h @@ -102,9 +102,12 @@ pgf_parse_result(PgfParseState* state, GuPool* pool); * succesful, or ambiguously successful. */ -PgfExpr -pgf_parse_best_result(PgfParseState* state, GuPool* pool); - +// Use this procedure only on your own risk. +// It is dirty and it will probably be removed or replaced +// with something else. Currently it is here only for experimental +// purposes. +void +pgf_parse_print_chunks(PgfParseState* state); size_t pgf_item_lin_idx(PgfItem* item); -- cgit v1.2.3