Diff for /rpl/src/instructions_r2.c between versions 1.63 and 1.80

version 1.63, 2015/11/26 11:44:39 version 1.80, 2024/01/17 16:57:15
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.24    RPL/2 (R) version 4.1.36
   Copyright (C) 1989-2015 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.63  
changed lines
  Added in v.1.80


CVSweb interface <joel.bertrand@systella.fr>