use stdbool

This commit is contained in:
Vítor Santos Costa
2014-09-09 23:50:43 -05:00
parent 9b5c4ea710
commit 3c0a65218b
11 changed files with 210 additions and 93 deletions

View File

@@ -1270,7 +1270,7 @@ typedef Int (*CPredicate9)(Int,Int,Int,Int,Int,Int,Int,Int,Int);
typedef Int (*CPredicate10)(Int,Int,Int,Int,Int,Int,Int,Int,Int,Int);
typedef Int (*CPredicateV)(Int,Int,struct foreign_context *);
static
static Int
execute_cargs(PredEntry *pe, CPredicate exec_code USES_REGS)
{
switch (pe->ArityOfPE) {
@@ -3900,7 +3900,6 @@ YAP_SlotsToArgs(int n, yhandle_t slot)
X_API void
YAP_signal(int sig)
{
CACHE_REGS
Yap_signal(sig);
}