32 bit support:

use uint64_t for predflags
define a type for arity
This commit is contained in:
Vitor Santos Costa
2015-01-06 17:47:58 +00:00
parent de9a1d7429
commit f22f337f67
12 changed files with 136 additions and 143 deletions

View File

@@ -1335,7 +1335,7 @@ restore_static_array(StaticArrayEntry *ae USES_REGS)
static void
CleanCode(PredEntry *pp USES_REGS)
{
CELL flag;
pred_flags_t flag;
/* Init takes care of the first 2 cases */