Diff for /rpl/src/instructions_d4.c between versions 1.32 and 1.33

version 1.32, 2011/09/26 15:57:12 version 1.33, 2011/11/15 07:01:37
Line 730  instruction_drws(struct_processus *s_eta Line 730  instruction_drws(struct_processus *s_eta
         return;          return;
     }      }
   
       s_objet_statistique = (*(*s_etat_processus).pointeur_variable_courante)
               .objet;
   
     if ((*s_objet_statistique).type == MIN)      if ((*s_objet_statistique).type == MIN)
     {      {
         matrice_entiere = d_vrai;          matrice_entiere = d_vrai;

Removed from v.1.32  
changed lines
  Added in v.1.33


CVSweb interface <joel.bertrand@systella.fr>