[PPL-devel] [GIT] ppl/ppl(master): Corrected typo causing a bug in the XSB Prolog interface.

Enea Zaffanella zaffanella at cs.unipr.it
Fri Apr 16 14:08:19 CEST 2010


Module: ppl/ppl
Branch: master
Commit: 39fd68769135cfa380fadefddfdede59609e2f9c
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=39fd68769135cfa380fadefddfdede59609e2f9c

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Fri Apr 16 14:06:50 2010 +0200

Corrected typo causing a bug in the XSB Prolog interface.

---

 .../Prolog/XSB/ppl_interface_generator_xsb_cc.m4   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interfaces/Prolog/XSB/ppl_interface_generator_xsb_cc.m4 b/interfaces/Prolog/XSB/ppl_interface_generator_xsb_cc.m4
index 8202bb2..f7cb94b 100644
--- a/interfaces/Prolog/XSB/ppl_interface_generator_xsb_cc.m4
+++ b/interfaces/Prolog/XSB/ppl_interface_generator_xsb_cc.m4
@@ -120,7 +120,7 @@ name() { \
   Prolog_term_ref arg5 = reg_term(5); \
   Prolog_term_ref arg6 = reg_term(6); \
   Prolog_term_ref arg7 = reg_term(7); \
-  Prolog_term_ref arg7 = reg_term(8); \
+  Prolog_term_ref arg8 = reg_term(8); \
   return xsb_stub_##name(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); \
 }
 




More information about the PPL-devel mailing list