Diff for /rpl/src/gestion_variables_partagees.c between versions 1.39 and 1.44

version 1.39, 2012/12/17 21:22:43 version 1.44, 2013/02/27 17:11:40
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.11    RPL/2 (R) version 4.1.13
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 285  creation_variable_partagee(struct_proces Line 285  creation_variable_partagee(struct_proces
                     .pointeurs_caracteres_variables[*ptr]])                      .pointeurs_caracteres_variables[*ptr]])
                     .indice_tableau_pere = (*s_etat_processus)                      .indice_tableau_pere = (*s_etat_processus)
                     .pointeurs_caracteres_variables[*ptr];                      .pointeurs_caracteres_variables[*ptr];
               INITIALISATION_MUTEX((*(*l_variable_courante).noeuds
                       [(*s_etat_processus).pointeurs_caracteres_variables[*ptr]])
                       .mutex_feuille);
   
             // Allocation du tableau noeuds[] et initialisation à zéro de              // Allocation du tableau noeuds[] et initialisation à zéro de
             // tous les pointeurs.              // tous les pointeurs.

Removed from v.1.39  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>