Diff for /rpl/src/instructions_s2.c between versions 1.6 and 1.9

version 1.6, 2010/03/04 10:09:31 version 1.9, 2010/03/09 10:18:48
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.11    RPL/2 (R) version 4.0.13
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1330  instruction_str_fleche(struct_processus Line 1330  instruction_str_fleche(struct_processus
         }          }
         else          else
         {          {
 printf("<1>\n");  
             liberation(s_etat_processus, s_objet);              liberation(s_etat_processus, s_objet);
   
             free((*s_etat_processus).definitions_chainees);              free((*s_etat_processus).definitions_chainees);

Removed from v.1.6  
changed lines
  Added in v.1.9


CVSweb interface <joel.bertrand@systella.fr>