Diff for /rpl/src/instructions_o1.c between versions 1.12 and 1.16

version 1.12, 2010/04/21 13:45:48 version 1.16, 2010/07/14 14:19:37
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.15    RPL/2 (R) version 4.0.18
   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 5265  instruction_open(struct_processus *s_eta Line 5265  instruction_open(struct_processus *s_eta
                 (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;                  (*s_etat_processus).erreur_systeme = d_es_allocation_memoire;
                 return;                  return;
             }              }
   
               liberation(s_etat_processus, s_objet_argument);
         }          }
         else          else
         {          {

Removed from v.1.12  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>