Diff for /rpl/src/instructions_r2.c between versions 1.76 and 1.79

version 1.76, 2022/09/07 13:40:38 version 1.79, 2024/01/09 07:33:53
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.34    RPL/2 (R) version 4.1.35
   Copyright (C) 1989-2021 Dr. BERTRAND Joël    Copyright (C) 1989-2024 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.76  
changed lines
  Added in v.1.79


CVSweb interface <joel.bertrand@systella.fr>