Logtalk 2.24.0 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1282 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2005-04-22 23:57:45 +00:00
parent 08efcbeb64
commit c2e03a81b9
195 changed files with 4005 additions and 1219 deletions

View File

@@ -2,7 +2,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.23.1
% Release 2.24.0
%
% Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
%
@@ -19,6 +19,7 @@
assertz(logtalk_library_path(dcgs, '$LOGTALKUSER/examples/dcgs/')),
assertz(logtalk_library_path(diamonds, '$LOGTALKUSER/examples/diamonds/')),
assertz(logtalk_library_path(dynpred, '$LOGTALKUSER/examples/dynpred/')),
assertz(logtalk_library_path(encodings, '$LOGTALKUSER/examples/encodings/')),
assertz(logtalk_library_path(engines, '$LOGTALKUSER/examples/engines/')),
assertz(logtalk_library_path(errors, '$LOGTALKUSER/examples/errors/')),
assertz(logtalk_library_path(hello_world, '$LOGTALKUSER/examples/hello_world/')),
@@ -48,4 +49,5 @@
assertz(logtalk_library_path(shapes_ph, '$LOGTALKUSER/examples/shapes/ph/')),
assertz(logtalk_library_path(sicstus, '$LOGTALKUSER/examples/sicstus/')),
assertz(logtalk_library_path(symdiff, '$LOGTALKUSER/examples/symdiff/')),
assertz(logtalk_library_path(viewpoints, '$LOGTALKUSER/examples/viewpoints/')))).
assertz(logtalk_library_path(viewpoints, '$LOGTALKUSER/examples/viewpoints/')),
assertz(logtalk_library_path(contributions, '$LOGTALKUSER/contributions/')))).