Diff for /rpl/src/instructions_f4.c between versions 1.53 and 1.59

version 1.53, 2014/07/17 08:07:21 version 1.59, 2015/09/18 13:41:14
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 555  instruction_forall(struct_processus *s_e Line 555  instruction_forall(struct_processus *s_e
             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.53  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>