call SWI's predicate option expansion.

This commit is contained in:
Vítor Santos Costa 2012-02-13 09:39:57 +00:00
parent a128d1d78d
commit db35eb4b3c

View File

@ -140,12 +140,14 @@ system_mode(verbose,off) :- set_value('$verbose',off).
:- use_module('history.pl').
:- use_module('dbload.yap').
:- use_module('swi.yap').
:- use_module('../LGPL/predopts.pl').
'$system_module'('$messages').
'$system_module'('$hacks').
'$system_module'('$attributes').
'$system_module'('$coroutining').
'$system_module'('$hacks').
'$system_module'('$history').
'$system_module'('$messages').
'$system_module'('$predopts').
'$system_module'('$swi').
yap_hacks:cut_by(CP) :- '$$cut_by'(CP).