diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-02-29 14:43:08 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-02-29 14:43:08 +0000 |
| commit | e31c883075e71870a57b6bc9fbbbca285ca8e9f0 (patch) | |
| tree | dd54506a9b987aea347766b9ab5ee3c67cc9aac1 /src/runtime/c/pgf/parser.h | |
| parent | b0545490826637a610a17c3aeb831848ae0ae5f7 (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.h | 2 |
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 * |
