-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix clash predicates in common - fixes #6
- Loading branch information
Showing
4 changed files
with
40 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
This file contains various wide-system configuration variables and options | ||
such as location of files/modules, libraries, constants, etc. | ||
@author ssardina 2002-2024 - [email protected] | ||
@author ssardina 2002-2024 - [email protected], [email protected] | ||
*/ | ||
|
||
% asserts root_indigolog/1 with the path to the INDIGOLOG root folder | ||
|
@@ -16,11 +16,9 @@ | |
:- root_indigolog(Dir), | ||
directory_file_path(Dir, 'lib', LibDir), | ||
assert(library_directory(LibDir)), | ||
% use_module(library(eclipse_swi)), init_eclipse_lib, % ECLIPSE Compat lib | ||
% use_module(library(tools_swi)), | ||
use_module(library(utils)), | ||
use_module(library(time)), % for call_with_time_limit/2 | ||
% style_check(-discontiguous), | ||
% style_check(-discontiguous), % use it where wanted | ||
set_prolog_flag(optimise, true). | ||
|
||
|
||
|
@@ -50,7 +48,8 @@ | |
root_indigolog(Dir), | ||
directory_file_path(Dir, "devices/exog.tcl", F). | ||
|
||
:- dir(indigolog, F), consult(F). | ||
% this consults the standard indigolog interpreter | ||
% :- dir(indigolog, F), consult(F). | ||
|
||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters