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:
@@ -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)).
|
||||
|
||||
|
||||
|
||||
|
@@ -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
|
||||
%
|
||||
|
Reference in New Issue
Block a user