Diff for /rpl/src/instructions_f4.c between versions 1.51 and 1.64

version 1.51, 2014/01/26 18:21:31 version 1.64, 2017/06/28 09:20:33
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.17    RPL/2 (R) version 4.1.27
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2017 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.51  
changed lines
  Added in v.1.64


CVSweb interface <joel.bertrand@systella.fr>