From e31c883075e71870a57b6bc9fbbbca285ca8e9f0 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 29 Feb 2012 14:43:08 +0000 Subject: libpgf: the first prototype for the robust parser --- src/runtime/c/pgf/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 26cc61210..38ae9f1a4 100644 --- a/src/runtime/c/pgf/parser.h +++ b/src/runtime/c/pgf/parser.h @@ -49,7 +49,7 @@ pgf_parser_parse(PgfConcr* concr, PgfCId cat, size_t lin_idx, GuPool* pool); /// Feed a token to the parser PgfParse* -pgf_parse_token(PgfParse* parse, PgfToken tok, GuPool* pool); +pgf_parse_token(PgfParse* parse, PgfToken tok, bool robust, GuPool* pool); /**< * @param parse The current parse state * -- cgit v1.2.3