fix bad call to tabling data structures.

This commit is contained in:
Vítor Manuel de Morais Santos Costa
2009-11-03 15:06:48 +00:00
parent 995b82cc6e
commit 146718c060
3 changed files with 7 additions and 7 deletions

View File

@@ -191,7 +191,7 @@
#ifdef TABLING
InitOtaplInst(LOAD_ANSWER,_table_load_answer,PredFail);
InitOtaplInst(TRY_ANSWER,_table_try_answer,PredFail);
InitOtaplInst(ANSWER_RESOLUTION,_answer_resolution,PredFail);
InitOtaplInst(ANSWER_RESOLUTION,_table_answer_resolution,PredFail);
InitOtaplInst(COMPLETION,_table_completion,PredFail);
#endif /* TABLING */