Diff for /rpl/src/instructions_d4.c between versions 1.26 and 1.36

version 1.26, 2011/06/22 13:26:59 version 1.36, 2012/01/17 14:44:06
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.0.prerelease.3    RPL/2 (R) version 4.1.6
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2012 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.26  
changed lines
  Added in v.1.36


CVSweb interface <joel.bertrand@systella.fr>