Some global variables(Yap_thread_gl) in C/init.c are now declared in misc/LOCALS
This commit is contained in:
@@ -75,7 +75,7 @@ void make_root_choice_point(void) {
|
||||
|
||||
void free_root_choice_point(void) {
|
||||
B = LOCAL_top_cp->cp_b;
|
||||
LOCAL_top_cp = (choiceptr) Yap_LocalBase;
|
||||
LOCAL_top_cp = (choiceptr) LOCAL_LocalBase;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user