diff options
Diffstat (limited to 'src/runtime/c/pgf/parser.h')
| -rw-r--r-- | src/runtime/c/pgf/parser.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/runtime/c/pgf/parser.h b/src/runtime/c/pgf/parser.h index 93addbf7f..afe443042 100644 --- a/src/runtime/c/pgf/parser.h +++ b/src/runtime/c/pgf/parser.h @@ -5,14 +5,4 @@ #include <pgf/data.h> #include <pgf/expr.h> -void -pgf_add_extern_tok(PgfSymbol* psym, PgfToken tok, GuPool* pool); - -void -pgf_add_extern_cat(PgfSymbol* psym, int d, int r, GuPool* pool); - -void -pgf_parser_add_literal(PgfConcr *concr, PgfCId cat, - PgfLiteralCallback* callback); - #endif // PGF_PARSER_H_ |
