module fixes plus add better docs

This commit is contained in:
Vítor Santos Costa
2014-07-17 12:19:38 -05:00
parent dbff20343a
commit ce8a4b6958
8 changed files with 667 additions and 471 deletions

View File

@@ -542,12 +542,6 @@ init_between( USES_REGS1 )
return cont_between( PASS_REGS1 );
}
/**
*
* @}
*
* @}
*/
void
Yap_InitEval(void)
{
@@ -562,3 +556,7 @@ Yap_InitEval(void)
Yap_InitCPredBack("between", 3, 2, init_between, cont_between, 0);
}
/**
*
* @}
*/