Diff for /rpl/src/instructions_t2.c between versions 1.53 and 1.70

version 1.53, 2013/09/06 10:30:55 version 1.70, 2018/05/30 09:27:37
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.16    RPL/2 (R) version 4.1.29
   Copyright (C) 1989-2013 Dr. BERTRAND Joël    Copyright (C) 1989-2018 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 571  instruction_tot(struct_processus *s_etat Line 571  instruction_tot(struct_processus *s_etat
         }          }
   
         if (((*s_objet_resultat).objet = sommation_statistique(          if (((*s_objet_resultat).objet = sommation_statistique(
                   s_etat_processus,
                 (struct_matrice *) (*s_objet_statistique).objet)) == NULL)                  (struct_matrice *) (*s_objet_statistique).objet)) == NULL)
         {          {
             (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;              (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;

Removed from v.1.53  
changed lines
  Added in v.1.70


CVSweb interface <joel.bertrand@systella.fr>