fix parallel_findall/3
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user