Diff for /rpl/src/instructions_d1.c between versions 1.53 and 1.54

version 1.53, 2015/01/05 15:32:17 version 1.54, 2015/01/27 14:18:06
Line 3938  instruction_default(struct_processus *s_ Line 3938  instruction_default(struct_processus *s_
                     return;                      return;
                 }                  }
   
                 instruction_majuscule = conversion_majuscule(                  instruction_majuscule = conversion_majuscule(s_etat_processus,
                         (*s_etat_processus).instruction_courante);                          (*s_etat_processus).instruction_courante);
   
                 if (niveau == 0)                  if (niveau == 0)

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


CVSweb interface <joel.bertrand@systella.fr>