Diff for /rpl/src/instructions_u1.c between versions 1.18.2.3 and 1.27

version 1.18.2.3, 2011/05/09 13:52:22 version 1.27, 2011/06/27 09:05:00
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.24    RPL/2 (R) version 4.1.0
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
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.18.2.3  
changed lines
  Added in v.1.27


CVSweb interface <joel.bertrand@systella.fr>