configutaion fixes

This commit is contained in:
Vitor Santos Costa
2015-11-12 14:59:07 +00:00
parent 504268d5b3
commit 3437f9e04b
2 changed files with 25 additions and 16 deletions

View File

@@ -22,7 +22,7 @@
#define store_low_level_trace_info(CP, TAB_ENT)
#endif /* LOW_LEVEL_TRACER */
#define TABLING_ERROR_CHECKING_STACK \
#define TABLING_ERROR_CHECKING_STACK \
TABLING_ERROR_CHECKING(store_node, Unsigned(H) + 1024 > Unsigned(B)); \
TABLING_ERROR_CHECKING(store_node, Unsigned(H_FZ) + 1024 > Unsigned(B))
@@ -377,7 +377,7 @@
-> we need a shared data structure to avoid redundant computations!
UNLOCK_OR_FRAME(LOCAL_top_or_fr);
#else
Sfprintf(Serror, "PROBLEM: cp_last_answer field is local to the cp!\n");
fprintf(stderr, "PROBLEM: cp_last_answer field is local to the cp!\n");
exit(1);
#endif
}