summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/parser.h
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-02-29 14:43:08 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-02-29 14:43:08 +0000
commite31c883075e71870a57b6bc9fbbbca285ca8e9f0 (patch)
treedd54506a9b987aea347766b9ab5ee3c67cc9aac1 /src/runtime/c/pgf/parser.h
parentb0545490826637a610a17c3aeb831848ae0ae5f7 (diff)
libpgf: the first prototype for the robust parser
Diffstat (limited to 'src/runtime/c/pgf/parser.h')
-rw-r--r--src/runtime/c/pgf/parser.h2
1 files changed, 1 insertions, 1 deletions
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
*