change define ENV_COPY to YAPOR_COPY

This commit is contained in:
Joao
2011-03-30 14:35:10 +01:00
parent f890a11377
commit 810c96416b
14 changed files with 36 additions and 36 deletions

View File

@@ -188,9 +188,9 @@ void Yap_init_local(void) {
LOCAL_load = 0;
LOCAL_share_request = MAX_WORKERS;
LOCAL_reply_signal = worker_ready;
#ifdef ENV_COPY
#ifdef YAPOR_COPY
INIT_LOCK(LOCAL_lock_signals);
#endif /* ENV_COPY */
#endif /* YAPOR_COPY */
Set_LOCAL_prune_request(NULL);
#endif /* YAPOR */
INIT_LOCK(LOCAL_lock);