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

version 1.159, 2017/08/03 15:13:04 version 1.166, 2019/02/06 14:23:26
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.27    RPL/2 (R) version 4.1.31
   Copyright (C) 1989-2017 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;
     }      }
Line 2905  instruction_detach(struct_processus *s_e Line 2906  instruction_detach(struct_processus *s_e
     }      }
   
     return;      return;
 #endif  
 }  }
   
 // vim: ts=4  // vim: ts=4

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


CVSweb interface <joel.bertrand@systella.fr>