Remove GLOBAL_AGcLastCall. Fix GLOBAL_check_sg_fr.

This commit is contained in:
Joao
2011-05-10 12:20:22 +01:00
parent ebd0e8a7c0
commit d6fc76faf1
10 changed files with 7 additions and 17 deletions

View File

@@ -284,7 +284,7 @@ struct global_optyap_data {
#define GLOBAL_root_tab_ent (Yap_optyap_data.root_table_entry)
#define GLOBAL_first_sg_fr (Yap_optyap_data.first_subgoal_frame)
#define GLOBAL_last_sg_fr (Yap_optyap_data.last_subgoal_frame)
#define GLOBAL_last_sg_fr (Yap_optyap_data.check_subgoal_frame)
#define GLOBAL_check_sg_fr (Yap_optyap_data.check_subgoal_frame)
#define GLOBAL_root_dep_fr (Yap_optyap_data.root_dependency_frame)
#define GLOBAL_table_var_enumerator(index) (Yap_optyap_data.table_var_enumerator[index])
#define GLOBAL_table_var_enumerator_addr(index) (Yap_optyap_data.table_var_enumerator + (index))