Logtalk 2.28.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1711 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2006-11-07 17:11:47 +00:00
parent 297d94b096
commit 36a326908c
196 changed files with 4726 additions and 2865 deletions

View File

@@ -3,9 +3,9 @@
:- info([
version is 1.2,
version is 1.3,
author is 'Paulo Moura',
date is 2004/8/15,
date is 2006/9/17,
comment is 'Call executing time profiler.']).
@@ -14,7 +14,7 @@
:- public(timer/2).
:- metapredicate(timer(::, *)).
:- meta_predicate(timer(::, *)).
:- mode(timer(+callable, -number), one).
@@ -24,7 +24,7 @@
:- public(timer/3).
:- metapredicate(timer(::, *, *)).
:- meta_predicate(timer(::, *, *)).
:- mode(timer(+callable, +integer, -float), one).