Logtalk 2.22.4 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1232 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2005-01-13 12:22:42 +00:00
parent cd4fd05d45
commit a920e364c3
160 changed files with 838 additions and 465 deletions

View File

@@ -2,15 +2,16 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.22.3
% Release 2.22.4
%
% Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
:- initialization(
(assertz(logtalk_library_path(library, '$LOGTALKUSER/library/')),
assertz(logtalk_library_path(aliases, '$LOGTALKUSER/examples/aliases/')),
assertz(logtalk_library_path(assignvars, '$LOGTALKUSER/examples/assignvars/')),
assertz(logtalk_library_path(benchmarks, '$LOGTALKUSER/examples/benchmarks/')),
assertz(logtalk_library_path(birds, '$LOGTALKUSER/examples/birds/')),
assertz(logtalk_library_path(bricks, '$LOGTALKUSER/examples/bricks/')),