This commit is contained in:
Vitor Santos Costa
2017-04-13 21:42:34 +01:00
parent 7063641a5b
commit 70232133cc
64 changed files with 687 additions and 632 deletions

View File

@@ -17,7 +17,9 @@
*************************************************************************/
/**
@file c_interface.c
* @file c_interface.c
*
* @addtogroup ChYInterface
*/
#ifndef C_INTERFACE_C
@@ -175,11 +177,6 @@ X_API void YAP_SlotsToArgs(int HowMany, YAP_handle_t slot);
/// @}
/**
@addtogroup c-interface
@{
*/
static arity_t current_arity(void) {
CACHE_REGS
if (P && PREVOP(P, Osbpp)->opc == Yap_opcode(_call_usercpred)) {