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

@@ -1,12 +1,10 @@
% if your Prolog compiler does not support the ensure_loaded/1 directive
% then simply consult the files
% uncomment the next line if your Prolog compiler supports modules
%:- ensure_loaded(module).
:- ensure_loaded(benchmark).
:- ensure_loaded(plain).
% comment the next line if your Prolog compiler does not support modules
:- ensure_loaded(module).
:- initialization(logtalk_load([object, database])).
:- initialization(
logtalk_load([
benchmark,
plain,
object,
database])).