Remove GLOBAL_AGcLastCall. Fix GLOBAL_check_sg_fr.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user