Diff for /rpl/src/instructions_c2.c between versions 1.66 and 1.78

version 1.66, 2016/09/27 15:29:34 version 1.78, 2022/09/07 13:40:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.26    RPL/2 (R) version 4.1.34
   Copyright (C) 1989-2016 Dr. BERTRAND Joël    Copyright (C) 1989-2021 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 315  instruction_cycle(struct_processus *s_et Line 315  instruction_cycle(struct_processus *s_et
                 else                  else
                 {                  {
                     if ((fonction == instruction_for) ||                      if ((fonction == instruction_for) ||
                               (fonction == instruction_forall) ||
                             (fonction == instruction_start))                              (fonction == instruction_start))
                     {                      {
                         niveau++;                          niveau++;

Removed from v.1.66  
changed lines
  Added in v.1.78


CVSweb interface <joel.bertrand@systella.fr>