Diff for /rpl/src/instructions_u1.c between versions 1.20 and 1.21

version 1.20, 2011/04/21 16:00:59 version 1.21, 2011/06/10 11:35:13
Line 1229  instruction_unprotect(struct_processus * Line 1229  instruction_unprotect(struct_processus *
             return;              return;
         }          }
   
         ((*s_etat_processus).s_liste_variables[(*s_etat_processus)          (*(*s_etat_processus).pointeur_variable_courante)
                 .position_variable_courante]).variable_verrouillee = d_faux;                  .variable_verrouillee = d_faux;
     }      }
     else if ((*s_objet).type == LST)      else if ((*s_objet).type == LST)
     {      {
Line 1257  instruction_unprotect(struct_processus * Line 1257  instruction_unprotect(struct_processus *
                 return;                  return;
             }              }
   
             ((*s_etat_processus).s_liste_variables[(*s_etat_processus)              (*(*s_etat_processus).pointeur_variable_courante)
                     .position_variable_courante]).variable_verrouillee = d_faux;                      .variable_verrouillee = d_faux;
   
             l_element_courant = (*l_element_courant).suivant;              l_element_courant = (*l_element_courant).suivant;
         }          }

Removed from v.1.20  
changed lines
  Added in v.1.21


CVSweb interface <joel.bertrand@systella.fr>