Added missing meta_predicate/1 directives to the charsio library. Thanks to Cristiano Pitangui for reporting the problem.
This commit is contained in:
parent
9a09a93a5b
commit
3d0e88dc10
@ -31,6 +31,10 @@
|
||||
with_output_to_chars/4
|
||||
]).
|
||||
|
||||
:- meta_predicate(with_output_to_chars(0,?)).
|
||||
:- meta_predicate(with_output_to_chars(0,-,?)).
|
||||
:- meta_predicate(with_output_to_chars(0,-,?,?)).
|
||||
|
||||
format_to_chars(Form, Args, OUT) :-
|
||||
format_to_chars(Form, Args, OUT, []).
|
||||
|
||||
|
Reference in New Issue
Block a user