fix cut predicate in YapOr and ThOr

This commit is contained in:
João Santos
2012-02-27 17:18:01 +00:00
parent 21522ce151
commit 553fbc505f
6 changed files with 118 additions and 14 deletions

View File

@@ -118,5 +118,5 @@ int get_work(void);
***********************/
#ifdef YAPOR
void prune_shared_branch(choiceptr);
void prune_shared_branch(choiceptr, int*);
#endif /* YAPOR */