Diff for /rpl/src/instructions_s8.c between versions 1.74 and 1.76

version 1.74, 2016/03/08 14:20:31 version 1.76, 2016/09/27 15:29:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.25    RPL/2 (R) version 4.1.26
   Copyright (C) 1989-2016 Dr. BERTRAND Joël    Copyright (C) 1989-2016 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1504  instruction_stop(struct_processus *s_eta Line 1504  instruction_stop(struct_processus *s_eta
                 .processus_detache == d_vrai)                  .processus_detache == d_vrai)
         {          {
             envoi_signal_processus((*(*((struct_processus_fils *)              envoi_signal_processus((*(*((struct_processus_fils *)
                     (*s_objet).objet)).thread).pid, rpl_sigstop);                      (*s_objet).objet)).thread).pid, rpl_sigstop, d_faux);
         }          }
         else          else
         {          {

Removed from v.1.74  
changed lines
  Added in v.1.76


CVSweb interface <joel.bertrand@systella.fr>