summaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index ccb23d35..ff2738f3 100644
--- a/parser.h
+++ b/parser.h
@@ -128,10 +128,10 @@ val repl(val bindings, val in_stream, val out_stream, val env);
#endif
void parser_common_init(parser_t *);
void parser_cleanup(parser_t *);
-val parser(val stream, val lineno);
+val parser(val stream, val name, val lineno);
parser_t *parser_get_impl(val self, val parser);
val get_parser(val stream);
-val ensure_parser(val stream);
+val ensure_parser(val stream, val name);
val parser_set_lineno(val self, val stream, val lineno);
val parser_errors(val parser);
val parser_eof(val parser);