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

version 1.8, 2010/04/07 13:45:09 version 1.27, 2011/06/27 09:05:00
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.14    RPL/2 (R) version 4.1.0
   Copyright (C) 1989-2010 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 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
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.8  
changed lines
  Added in v.1.27


CVSweb interface <joel.bertrand@systella.fr>