--- rpl/src/instructions_d5.c 2011/10/04 19:32:35 1.76 +++ rpl/src/instructions_d5.c 2011/11/18 09:51:33 1.77 @@ -817,7 +817,6 @@ instruction_detach(struct_processus *s_e int pipe_initialisation_segment_signaux[2]; logical1 drapeau; - logical1 variable_partagee; pid_t ppid; pid_t pid_final; @@ -839,7 +838,6 @@ instruction_detach(struct_processus *s_e struct_liste_chainee *l_element_precedent; struct_liste_chainee *l_element_suivant; - struct_objet *s_copie; struct_objet *s_objet; struct_objet *s_objet_systeme; struct_objet *s_objet_temporaire; @@ -856,6 +854,10 @@ instruction_detach(struct_processus *s_e unsigned long i; + volatile logical1 variable_partagee; + + volatile struct_objet *s_copie; + (*s_etat_processus).erreur_execution = d_ex; attente.tv_sec = 0;