fix parallel_findall/3

This commit is contained in:
Ricardo Rocha
2012-01-05 16:04:32 +00:00
parent 72f79b8c4f
commit 1fe86ba2b3
5 changed files with 39 additions and 105 deletions

View File

@@ -108,7 +108,7 @@ typedef struct query_goal_solution_frame{
** ---------------------------------------- */
typedef struct query_goal_answer_frame{
char answer[MAX_LENGTH_ANSWER];
Term answer;
struct query_goal_answer_frame *next;
} *qg_ans_fr_ptr;