Diff for /rpl/src/instructions_e1.c between versions 1.54 and 1.66

version 1.54, 2015/01/27 14:18:06 version 1.66, 2018/12/24 15:55:36
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.20    RPL/2 (R) version 4.1.30
   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.54  
changed lines
  Added in v.1.66


CVSweb interface <joel.bertrand@systella.fr>