Diff for /rpl/src/instructions_e2.c between versions 1.78 and 1.80

version 1.78, 2021/03/13 12:50:43 version 1.80, 2022/09/07 13:40:34
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.33    RPL/2 (R) version 4.1.34
   Copyright (C) 1989-2021 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 1301  instruction_exit(struct_processus *s_eta Line 1301  instruction_exit(struct_processus *s_eta
   
     if ((*s_etat_processus).mode_execution_programme == 'Y')      if ((*s_etat_processus).mode_execution_programme == 'Y')
     {      {
 uprintf("PROG\n");  
         drapeau_presence_fin_boucle = d_vrai;          drapeau_presence_fin_boucle = d_vrai;
         tampon = (*s_etat_processus).instruction_courante;          tampon = (*s_etat_processus).instruction_courante;
         niveau = 1;          niveau = 1;
Line 1326  uprintf("PROG\n"); Line 1325  uprintf("PROG\n");
                 (*s_etat_processus).erreur_systeme = d_es;                  (*s_etat_processus).erreur_systeme = d_es;
                 instruction_majuscule = conversion_majuscule(s_etat_processus,                  instruction_majuscule = conversion_majuscule(s_etat_processus,
                         (*s_etat_processus).instruction_courante);                          (*s_etat_processus).instruction_courante);
 uprintf("%s\n", instruction_majuscule);  
   
                 if (instruction_majuscule == NULL)                  if (instruction_majuscule == NULL)
                 {                  {

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


CVSweb interface <joel.bertrand@systella.fr>