ic_arith is not an actual module.w

This commit is contained in:
Vitor Santos Costa 2015-01-15 01:22:23 -08:00
parent 415d139ad7
commit 8c605a65fe
1 changed files with 1 additions and 1 deletions

View File

@ -1471,7 +1471,7 @@ expand_term(Term,Expanded) :-
%
'$expand_array_accesses_in_term'(Expanded0,ExpandedF) :-
'$array_refs_compiled',
'$arrays':'$c_arrays'(Expanded0,ExpandedF), !.
'$c_arrays'(Expanded0,ExpandedF), !.
'$expand_array_accesses_in_term'(Expanded,Expanded).