Diff for /rpl/src/instructions_r1.c between versions 1.49 and 1.50

version 1.49, 2014/07/17 08:07:23 version 1.50, 2014/07/24 14:38:44
Line 1231  instruction_rnd(struct_processus *s_etat Line 1231  instruction_rnd(struct_processus *s_etat
             return;              return;
         }          }
   
           (*s_etat_processus).type_en_cours = NON;
         recherche_type(s_etat_processus);          recherche_type(s_etat_processus);
   
         free((*s_etat_processus).instruction_courante);          free((*s_etat_processus).instruction_courante);

Removed from v.1.49  
changed lines
  Added in v.1.50


CVSweb interface <joel.bertrand@systella.fr>