fix compilation of C/3 (there was a bug with .)
This commit is contained in:
parent
d4016ce69e
commit
017146ee54
@ -78,7 +78,7 @@ do_not_compile_expressions :- set_value('$c_arith',[]).
|
||||
'$do_c_built_in'(G,M,NG0),
|
||||
'$clean_cuts'(NG0, NG),
|
||||
'$do_c_built_in'(A,M,NA).
|
||||
'$do_c_built_in'('C'(A,B.C), _, (A=[B|C])) :- !.
|
||||
'$do_c_built_in'('C'(A,B,C), _, (A=[B|C])) :- !.
|
||||
'$do_c_built_in'(X is Y, _, P) :-
|
||||
nonvar(Y), % Don't rewrite variables
|
||||
!,
|
||||
|
Reference in New Issue
Block a user