Diff for /rpl/src/instructions_p7.c between versions 1.9 and 1.13

version 1.9, 2010/05/13 19:09:18 version 1.13, 2010/07/14 14:19:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.15    RPL/2 (R) version 4.0.18
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 1800  instruction_procid(struct_processus *s_e Line 1800  instruction_procid(struct_processus *s_e
             .tid = pthread_self();              .tid = pthread_self();
     (*(*((struct_processus_fils *) (*s_objet).objet)).thread)      (*(*((struct_processus_fils *) (*s_objet).objet)).thread)
             .processus_detache = (*s_etat_processus).processus_detache;              .processus_detache = (*s_etat_processus).processus_detache;
       (*(*((struct_processus_fils *) (*s_objet).objet)).thread)
               .argument = NULL;
   
     pthread_mutexattr_init(&attributs_mutex);      pthread_mutexattr_init(&attributs_mutex);
     pthread_mutexattr_settype(&attributs_mutex, PTHREAD_MUTEX_RECURSIVE);      pthread_mutexattr_settype(&attributs_mutex, PTHREAD_MUTEX_RECURSIVE);

Removed from v.1.9  
changed lines
  Added in v.1.13


CVSweb interface <joel.bertrand@systella.fr>