Diff for /rpl/src/instructions_d5.c between versions 1.162 and 1.166

version 1.162, 2018/05/30 09:27:34 version 1.166, 2019/02/06 14:23:26
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.29    RPL/2 (R) version 4.1.31
   Copyright (C) 1989-2018 Dr. BERTRAND Joël    Copyright (C) 1989-2019 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 2801  instruction_detach(struct_processus *s_e Line 2801  instruction_detach(struct_processus *s_e
     }      }
     else      else
     {      {
           deverrouillage_threads_concurrents(s_etat_processus);
         (*s_etat_processus).erreur_systeme = d_es_processus;          (*s_etat_processus).erreur_systeme = d_es_processus;
         return;          return;
     }      }

Removed from v.1.162  
changed lines
  Added in v.1.166


CVSweb interface <joel.bertrand@systella.fr>