address arity discrepancies in builtins.n and call/N (#525)

This commit is contained in:
Mark Thom
2020-05-22 23:57:32 -06:00
parent 3a7eb9fc0c
commit 888d844ec5
2 changed files with 12 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ user:term_expansion((:- op(Pred, Spec, [Op | OtherOps])), OpResults) :-
% the maximum arity flag. needs to be replaced with
% current_prolog_flag(max_arity, MAX_ARITY).
max_arity(255).
max_arity(1023).
% unify.
X = X.