Logtalk 2.15.5 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@955 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2003-12-30 13:33:51 +00:00
parent 80fd1bcc91
commit f26a3b6ca9
205 changed files with 3961 additions and 3026 deletions

View File

@@ -2,7 +2,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.15.4
% Release 2.15.5
%
% Copyright (c) 1998-2003 Paulo Moura. All Rights Reserved.
%
@@ -24,7 +24,7 @@
:- op(600, xfy, ::). % send to object
:- op(600, fy, ::). % send to self
:- op(600, fx, ^^). % super call
:- op(600, fy, ^^). % super call
% mode operators
@@ -1073,7 +1073,7 @@ current_logtalk_flag(Flag, Value) :-
\+ '$lgt_flag_'(Flag, _),
'$lgt_default_flag'(Flag, Value).
current_logtalk_flag(version, version(2, 15, 4)).
current_logtalk_flag(version, version(2, 15, 5)).

View File

@@ -1,7 +1,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.15.4
% Release 2.15.5
%
% configuration file for YAP Prolog 4.3.23 or later
%