From 39ae1ce7178e3c37f4bc9f8b7c8e45215fd56e99 Mon Sep 17 00:00:00 2001 From: vsc Date: Wed, 8 Nov 2006 01:56:47 +0000 Subject: [PATCH] fix argument order in db statistics. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1715 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/stdpreds.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/C/stdpreds.c b/C/stdpreds.c index d86894363..cd6c6238a 100644 --- a/C/stdpreds.c +++ b/C/stdpreds.c @@ -11,8 +11,11 @@ * File: stdpreds.c * * comments: General-purpose C implemented system predicates * * * -* Last rev: $Date: 2006-11-06 18:35:04 $,$Author: vsc $ * +* Last rev: $Date: 2006-11-08 01:56:47 $,$Author: vsc $ * * $Log: not supported by cvs2svn $ +* Revision 1.111 2006/11/06 18:35:04 vsc +* 1estranha +* * Revision 1.110 2006/10/10 14:08:17 vsc * small fixes on threaded implementation. * @@ -2584,8 +2587,8 @@ p_statistics_lu_db_size(void) Yap_unify(t, ARG1) && Yap_unify(tit, ARG2) && Yap_unify(tic, ARG3) && - Yap_unify(tix, ARG4) && - Yap_unify(tis, ARG5); + Yap_unify(tis, ARG4) && + Yap_unify(tix, ARG5); }