Diff for /rpl/src/instructions_d4.c between versions 1.22 and 1.34

version 1.22, 2011/06/10 11:35:12 version 1.34, 2011/11/26 10:01:28
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.0.prerelease.0    RPL/2 (R) version 4.1.5
   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 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.22  
changed lines
  Added in v.1.34


CVSweb interface <joel.bertrand@systella.fr>