fix compilation errors for multi-threaded tabling

This commit is contained in:
Ricardo Rocha
2012-01-05 11:41:46 +00:00
parent 3218e922ce
commit 72f79b8c4f
7 changed files with 32 additions and 27 deletions

View File

@@ -613,10 +613,10 @@
#ifdef TABLING
/* instructions type Otapl */
case _table_answer_resolution:
case _table_completion:
#ifdef THREADS_CONSUMER_SHARING
case _table_answer_resolution_completion:
#endif /* THREADS_CONSUMER_SHARING */
#endif
case _table_completion:
case _table_load_answer:
case _table_retry:
case _table_retry_me: