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

@@ -413,8 +413,8 @@ static inline tg_sol_fr_ptr CUT_prune_tg_solution_frames(tg_sol_fr_ptr, int);
else \
GLOBAL_last_sg_fr = NULL; \
} \
if (GLOBAL_last_sg_fr == SG_FR) \
GLOBAL_last_sg_fr = SgFr_previous(SG_FR)
if (GLOBAL_check_sg_fr == SG_FR) \
GLOBAL_check_sg_fr = SgFr_previous(SG_FR)
#else
#define insert_into_global_sg_fr_list(SG_FR)
#define remove_from_global_sg_fr_list(SG_FR)