Diff for /rpl/src/instructions_e1.c between versions 1.58 and 1.65

version 1.58, 2015/11/26 11:44:35 version 1.65, 2018/05/30 09:27:34
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.24    RPL/2 (R) version 4.1.29
   Copyright (C) 1989-2015 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 1040  instruction_elseif(struct_processus *s_e Line 1040  instruction_elseif(struct_processus *s_e
 void  void
 instruction_sensible_e(struct_processus *s_etat_processus)  instruction_sensible_e(struct_processus *s_etat_processus)
 {  {
       (*s_etat_processus).instruction_sensible = 'Y';
   
     if (strcmp((*s_etat_processus).instruction_courante, "e") == 0)      if (strcmp((*s_etat_processus).instruction_courante, "e") == 0)
     {      {
         instruction_e(s_etat_processus);          instruction_e(s_etat_processus);

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


CVSweb interface <joel.bertrand@systella.fr>