Skip to content

Commit 2a2fc98

Browse files
committed
(optim-comp) missing parenthesis around syntax '?' (due to := priority changes)
Src-commit: 8127bad99881288e8a08bca9f6f83cb0f5148c6e
1 parent e5515f4 commit 2a2fc98

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core/engine/internals.pl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -683,12 +683,13 @@
683683
:- impl_defined('$total_usage'/1).
684684
:- endif.
685685

686-
:- export('$max_arity'/1).
687-
% :- if(defined(optim_comp)).
686+
:- if(defined(optim_comp)).
687+
% :- export('$max_arity'/1).
688688
% :- '$props'('$max_arity'/1, [impnat=cbool(get_max_arity)]).
689-
% :- else.
689+
:- else.
690+
:- export('$max_arity'/1).
690691
:- impl_defined('$max_arity'/1).
691-
% :- endif.
692+
:- endif.
692693

693694
% ---------------------------------------------------------------------------
694695
:- doc(section, "Low level global variables").

0 commit comments

Comments
 (0)