Diff for /rpl/src/instructions_s2.c between versions 1.50 and 1.58

version 1.50, 2013/06/21 14:15:55 version 1.58, 2015/01/05 15:32:21
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.15    RPL/2 (R) version 4.1.20
   Copyright (C) 1989-2013 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 1256  instruction_str_fleche(struct_processus Line 1256  instruction_str_fleche(struct_processus
                     .definitions_chainees);                      .definitions_chainees);
             (*s_etat_processus).instruction_courante = commande;              (*s_etat_processus).instruction_courante = commande;
   
               (*s_etat_processus).type_en_cours = NON;
             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) ||

Removed from v.1.50  
changed lines
  Added in v.1.58


CVSweb interface <joel.bertrand@systella.fr>