Diff for /rpl/src/instructions_s2.c between versions 1.54 and 1.61

version 1.54, 2014/04/25 07:37:33 version 1.61, 2015/09/18 13:41:17
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.18    RPL/2 (R) version 4.1.23
   Copyright (C) 1989-2014 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.54  
changed lines
  Added in v.1.61


CVSweb interface <joel.bertrand@systella.fr>