Diff for /rpl/src/instructions_e2.c between versions 1.77 and 1.79

version 1.77, 2021/03/11 22:03:47 version 1.79, 2021/07/07 14:02:22
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.32    RPL/2 (R) version 4.1.33
   Copyright (C) 1989-2020 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.77  
changed lines
  Added in v.1.79


CVSweb interface <joel.bertrand@systella.fr>