fix bad tabling restore.

This commit is contained in:
Vítor Manuel de Morais Santos Costa
2009-11-02 16:43:24 +00:00
parent 15fc06764a
commit 7fddfbc189
3 changed files with 5 additions and 5 deletions

View File

@@ -190,8 +190,8 @@
#endif /* YAPOR */
#ifdef TABLING
RestoreOtaplInst(LOAD_ANSWER,_table_load_answer);
RestoreOtaplInst(TRY_ANSWER,_table_try_answer,PredFail);
RestoreOtaplInst(ANSWER_RESOLUTION,_answer_bresolution_seq,PredFail);
RestoreOtaplInst(TRY_ANSWER,_table_try_answer,PredFail,PredFail);
RestoreOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail);
RestoreOtaplInst(COMPLETION,_table_completion,PredFail);
#endif /* TABLING */