small fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1970 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2007-10-29 22:48:54 +00:00
parent 22c5632a53
commit d3bbba177f
6 changed files with 16 additions and 9 deletions

View File

@@ -43,7 +43,6 @@ otherwise.
:- bootstrap('consult.yap').
:- [ 'utils.yap',
'arith.yap',
'directives.yap'].
@@ -150,3 +149,4 @@ file_search_path(system, Dir) :-
prolog_flag(host_type, Dir).
file_search_path(foreign, yap('lib/Yap')).
:- start_low_level_trace.