Diff for /rpl/src/instructions_f3.c between versions 1.24 and 1.34

version 1.24, 2011/03/12 15:32:03 version 1.34, 2011/07/22 07:38:37
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.21    RPL/2 (R) version 4.1.1
   Copyright (C) 1989-2011 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 1838  instruction_fuse(struct_processus *s_eta Line 1838  instruction_fuse(struct_processus *s_eta
     }      }
   
 #   ifndef OS2  #   ifndef OS2
   #   ifndef Cygwin
     if (pthread_attr_setschedpolicy(&attributs, SCHED_OTHER) != 0)      if (pthread_attr_setschedpolicy(&attributs, SCHED_OTHER) != 0)
     {      {
         (*s_etat_processus).erreur_systeme = d_es_processus;          (*s_etat_processus).erreur_systeme = d_es_processus;
Line 1857  instruction_fuse(struct_processus *s_eta Line 1858  instruction_fuse(struct_processus *s_eta
         return;          return;
     }      }
 #   endif  #   endif
   #   endif
   
     if (pthread_create(&(*s_etat_processus).thread_fusible, &attributs,       if (pthread_create(&(*s_etat_processus).thread_fusible, &attributs, 
             fusible, s_etat_processus) != 0)              fusible, s_etat_processus) != 0)

Removed from v.1.24  
changed lines
  Added in v.1.34


CVSweb interface <joel.bertrand@systella.fr>