Diff for /rpl/src/instructions_d5.c between versions 1.81 and 1.83

version 1.81, 2011/11/18 21:31:40 version 1.83, 2011/11/26 10:01:28
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.4    RPL/2 (R) version 4.1.5
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1961  instruction_detach(struct_processus *s_e Line 1961  instruction_detach(struct_processus *s_e
   
             if ((s = malloc(sizeof(struct_objet *))) == NULL)              if ((s = malloc(sizeof(struct_objet *))) == NULL)
             {              {
                 (*s_etat_processus).erreur_execution =                  (*s_etat_processus).erreur_execution = d_es_allocation_memoire;
                         d_es_allocation_memoire;  
                 return;                  return;
             }              }
   

Removed from v.1.81  
changed lines
  Added in v.1.83


CVSweb interface <joel.bertrand@systella.fr>