From 733a03beef5b8f1d5cb58af39d92cdc8e2216aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Fri, 26 Feb 2016 17:49:50 +0000 Subject: [PATCH] bootlist --- library/CMakeLists.txt | 1 + pl/init.yap | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 0c6c46956..0b717b356 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -8,6 +8,7 @@ set (LIBRARY_PL autoloader.yap avl.yap bhash.yap + bootlists.yap charsio.yap clauses.yap coinduction.yap diff --git a/pl/init.yap b/pl/init.yap index 12f8750a0..bc29c64b1 100644 --- a/pl/init.yap +++ b/pl/init.yap @@ -115,7 +115,7 @@ otherwise. :- compile_expressions. -:- bootstrap('lists.yap'). +:- bootstrap('../library/bootlists.yap'). :- bootstrap('consult.yap'). :- bootstrap('preddecls.yap'). :- bootstrap('preddyns.yap').