Diff for /rpl/src/instructions_r1.c between versions 1.52 and 1.53

version 1.52, 2015/01/05 15:32:21 version 1.53, 2015/01/27 14:18:07
Line 596  instruction_repeat(struct_processus *s_e Line 596  instruction_repeat(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)
                     {                      {
                         liberation(s_etat_processus, s_objet);                          liberation(s_etat_processus, s_objet);

Removed from v.1.52  
changed lines
  Added in v.1.53


CVSweb interface <joel.bertrand@systella.fr>