
Module: ppl/ppl Branch: master Commit: 39fd68769135cfa380fadefddfdede59609e2f9c URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=39fd68769135c...
Author: Enea Zaffanella zaffanella@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); \ }