Diff for /rpl/src/instructions_f1.c between versions 1.22 and 1.23

version 1.22, 2011/04/21 16:00:56 version 1.23, 2011/06/09 14:48:36
Line 428  instruction_fleche(struct_processus *s_e Line 428  instruction_fleche(struct_processus *s_e
         if (recherche_variable(s_etat_processus, s_variable.nom) == d_vrai)          if (recherche_variable(s_etat_processus, s_variable.nom) == d_vrai)
         {          {
             if ((*s_etat_processus).niveau_courant ==              if ((*s_etat_processus).niveau_courant ==
                     (*s_etat_processus).s_liste_variables[(*s_etat_processus)                      (*(*s_etat_processus).pointeur_variable_courante).niveau)
                     .position_variable_courante].niveau)  
             {              {
                 liberation(s_etat_processus, s_objet);                  liberation(s_etat_processus, s_objet);
                 free(s_variable.nom);                  free(s_variable.nom);

Removed from v.1.22  
changed lines
  Added in v.1.23


CVSweb interface <joel.bertrand@systella.fr>