Diff for /rpl/src/instructions_s8.c between versions 1.8 and 1.27

version 1.8, 2010/04/21 13:45:49 version 1.27, 2011/06/22 13:27:03
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.15    RPL/2 (R) version 4.1.0.prerelease.3
   Copyright (C) 1989-2010 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 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 1540  instruction_stop(struct_processus *s_eta Line 1540  instruction_stop(struct_processus *s_eta
                         .donnee).objet)).thread).processus_detache == d_faux)                          .donnee).objet)).thread).processus_detache == d_faux)
                 {                  {
                     if ((pthread_equal((*(*((struct_processus_fils *)                      if ((pthread_equal((*(*((struct_processus_fils *)
                             (*(*l_element_courant).donnee).objet)).thread).pid,                              (*(*l_element_courant).donnee).objet)).thread).tid,
                             (*(*((struct_processus_fils *)                              (*(*((struct_processus_fils *)
                             (*s_objet).objet)).thread).tid) != 0) &&                              (*s_objet).objet)).thread).tid) != 0) &&
                             ((*(*((struct_processus_fils *)                              ((*(*((struct_processus_fils *)

Removed from v.1.8  
changed lines
  Added in v.1.27


CVSweb interface <joel.bertrand@systella.fr>