Diff for /rpl/src/instructions_s1.c between versions 1.95 and 1.97

version 1.95, 2019/01/29 07:51:19 version 1.97, 2019/02/06 14:23:26
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.30    RPL/2 (R) version 4.1.31
   Copyright (C) 1989-2019 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 3688  instruction_syseval(struct_processus *s_ Line 3688  instruction_syseval(struct_processus *s_
   
         fflush(NULL);          fflush(NULL);
   
         verrouillage_threads_concurrents(s_etat_processus);  
         pid = fork();          pid = fork();
   
         if (pid < 0)          if (pid < 0)
Line 3821  instruction_syseval(struct_processus *s_ Line 3820  instruction_syseval(struct_processus *s_
         }          }
         else          else
         {          {
             deverrouillage_threads_concurrents(s_etat_processus);  
   
             if (close(pipes_entree[0]) != 0)              if (close(pipes_entree[0]) != 0)
             {              {
                 (*s_etat_processus).erreur_systeme = d_es_processus;                  (*s_etat_processus).erreur_systeme = d_es_processus;

Removed from v.1.95  
changed lines
  Added in v.1.97


CVSweb interface <joel.bertrand@systella.fr>