ifdef unused function

This commit is contained in:
Vítor Santos Costa 2011-03-02 09:16:11 +00:00
parent 282760de9c
commit 753ad007ea
1 changed files with 2 additions and 0 deletions

View File

@ -238,6 +238,7 @@ IncrementalCopyStacksFromWorker(void)
(size_t) (LOCAL_end_trail_copy - LOCAL_start_trail_copy));
}
#ifndef TABLING
static CELL
worker_p_binding(int worker_p, CELL *aux_ptr)
{
@ -251,6 +252,7 @@ worker_p_binding(int worker_p, CELL *aux_ptr)
return reg;
}
}
#endif
static void
RestoreTrail(int worker_p)