Diff for /rpl/src/instructions_r2.c between versions 1.58 and 1.59

version 1.58, 2015/01/05 15:32:21 version 1.59, 2015/01/27 14:18:07
Line 416  instruction_return(struct_processus *s_e Line 416  instruction_return(struct_processus *s_e
                     (*s_etat_processus).instruction_courante) == d_faux)                      (*s_etat_processus).instruction_courante) == d_faux)
             {              {
                 (*s_etat_processus).erreur_systeme = d_es;                  (*s_etat_processus).erreur_systeme = d_es;
                 instruction_majuscule = conversion_majuscule(                  instruction_majuscule = conversion_majuscule(s_etat_processus,
                         (*s_etat_processus).instruction_courante);                          (*s_etat_processus).instruction_courante);
   
                 if (instruction_majuscule == NULL)                  if (instruction_majuscule == NULL)

Removed from v.1.58  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>