This commit is contained in:
Vítor Santos Costa 2016-02-26 17:49:50 +00:00
parent 77123269e7
commit 733a03beef
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ set (LIBRARY_PL
autoloader.yap autoloader.yap
avl.yap avl.yap
bhash.yap bhash.yap
bootlists.yap
charsio.yap charsio.yap
clauses.yap clauses.yap
coinduction.yap coinduction.yap

View File

@ -115,7 +115,7 @@ otherwise.
:- compile_expressions. :- compile_expressions.
:- bootstrap('lists.yap'). :- bootstrap('../library/bootlists.yap').
:- bootstrap('consult.yap'). :- bootstrap('consult.yap').
:- bootstrap('preddecls.yap'). :- bootstrap('preddecls.yap').
:- bootstrap('preddyns.yap'). :- bootstrap('preddyns.yap').