Diff for /rpl/src/instructions_e1.c between versions 1.51 and 1.57

version 1.51, 2014/10/13 07:12:54 version 1.57, 2015/09/18 13:41:13
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.19    RPL/2 (R) version 4.1.23
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 544  instruction_else(struct_processus *s_eta Line 544  instruction_else(struct_processus *s_eta
                 }                  }
   
                 if ((instruction_majuscule = conversion_majuscule(                  if ((instruction_majuscule = conversion_majuscule(
                           s_etat_processus,
                         (*s_etat_processus).instruction_courante)) == NULL)                          (*s_etat_processus).instruction_courante)) == NULL)
                 {                  {
                     free((*s_etat_processus).instruction_courante);                      free((*s_etat_processus).instruction_courante);
Line 835  instruction_elseif(struct_processus *s_e Line 836  instruction_elseif(struct_processus *s_e
                 }                  }
   
                 if ((instruction_majuscule = conversion_majuscule(                  if ((instruction_majuscule = conversion_majuscule(
                           s_etat_processus,
                         (*s_etat_processus).instruction_courante)) == NULL)                          (*s_etat_processus).instruction_courante)) == NULL)
                 {                  {
                     free((*s_etat_processus).instruction_courante);                      free((*s_etat_processus).instruction_courante);

Removed from v.1.51  
changed lines
  Added in v.1.57


CVSweb interface <joel.bertrand@systella.fr>