Diff for /rpl/src/instructions_r2.c between versions 1.75 and 1.78

version 1.75, 2021/03/13 12:50:46 version 1.78, 2023/11/27 11:18:15
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.33    RPL/2 (R) version 4.1.35
   Copyright (C) 1989-2021 Dr. BERTRAND Joël    Copyright (C) 1989-2023 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 381  instruction_return(struct_processus *s_e Line 381  instruction_return(struct_processus *s_e
         return;          return;
     }      }
   
     if ((*s_etat_processus).niveau_courant == ((*s_etat_processus)  
             .niveau_initial + 1))  
     {  
         /*  
          * On ne peut rien dépiler !  
          */  
   
         if ((*s_etat_processus).mode_execution_programme == 'Y')  
         {  
             (*s_etat_processus).requete_arret = 'Y';  
         }  
   
         return;  
     }  
   
     tampon = (*s_etat_processus).instruction_courante;      tampon = (*s_etat_processus).instruction_courante;
     tampon_expression = (*s_etat_processus).expression_courante;      tampon_expression = (*s_etat_processus).expression_courante;
   

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


CVSweb interface <joel.bertrand@systella.fr>