Diff for /rpl/src/instructions_s2.c between versions 1.10 and 1.33

version 1.10, 2010/04/07 13:45:08 version 1.33, 2011/08/09 11:31:35
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.14    RPL/2 (R) version 4.1.3
   Copyright (C) 1989-2010 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 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 1257  instruction_str_fleche(struct_processus Line 1257  instruction_str_fleche(struct_processus
   
             recherche_type(s_etat_processus);              recherche_type(s_etat_processus);
   
             if ((*s_etat_processus).erreur_execution != d_ex)              if (((*s_etat_processus).erreur_execution != d_ex) ||
                       ((*s_etat_processus).erreur_systeme != d_es))
             {              {
                 liberation(s_etat_processus, s_objet);                  liberation(s_etat_processus, s_objet);
   

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


CVSweb interface <joel.bertrand@systella.fr>