change define ENV_COPY to YAPOR_COPY
This commit is contained in:
@@ -135,7 +135,7 @@ STD_PROTO(static inline qg_sol_fr_ptr CUT_prune_solution_frames, (qg_sol_fr_ptr,
|
||||
SCHEDULER_GET_WORK(); \
|
||||
}
|
||||
|
||||
#if defined(ENV_COPY) || defined(SBA) || defined(THREADS)
|
||||
#if defined(YAPOR_COPY) || defined(SBA) || defined(THREADS)
|
||||
#define SCH_check_share_request() \
|
||||
if (SCH_any_share_request) { \
|
||||
ASP = YENV; \
|
||||
@@ -149,7 +149,7 @@ STD_PROTO(static inline qg_sol_fr_ptr CUT_prune_solution_frames, (qg_sol_fr_ptr,
|
||||
if (! p_share_work()) \
|
||||
goto shared_fail; \
|
||||
}
|
||||
#endif /* ENV_COPY || SBA || ACOW */
|
||||
#endif /* YAPOR_COPY || SBA || ACOW */
|
||||
|
||||
#define SCH_check_requests() \
|
||||
SCH_check_prune_request(); \
|
||||
|
Reference in New Issue
Block a user