Diff for /rpl/src/instructions_f1.c between versions 1.20.2.3 and 1.40

version 1.20.2.3, 2011/05/09 13:52:15 version 1.40, 2012/08/22 10:47:15
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.24    RPL/2 (R) version 4.1.10
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
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.20.2.3  
changed lines
  Added in v.1.40


CVSweb interface <joel.bertrand@systella.fr>