Fixing minor portability issues

This commit is contained in:
Paulo Moura
2010-09-25 13:51:03 +01:00
parent d994175e2f
commit 889e14b46b
3 changed files with 8 additions and 8 deletions

View File

@@ -1056,9 +1056,9 @@ spacy_print(Msg, Level, Space):-
% Theo Naive method works with Nested Trie to BDD Script
:-dynamic(get_used_vars/2).
:-dynamic(generated_trie/2).
:-dynamic(next_intermediate_step/1).
:- dynamic(get_used_vars/2).
:- dynamic(generated_trie/2).
:- dynamic(next_intermediate_step/1).
%
% This needs to be modified