Diff for /rpl/src/instructions_s10.c between versions 1.21 and 1.24

version 1.21, 2010/08/13 21:00:37 version 1.24, 2010/08/26 19:07:40
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.0.19
   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 90  instruction_spawn(struct_processus *s_et Line 90  instruction_spawn(struct_processus *s_et
         return;          return;
     }      }
   
 #   ifdef _BROKEN_SIGINFO  
     if ((*s_etat_processus).langue == 'F')  
     {  
         printf("+++Attention : Support des processus multiples indisponible\n");  
     }  
     else  
     {  
         printf("+++Attention : Multiprocess unavailable\n");  
     }  
   
     return;  
 #   endif  
   
     if (test_cfsf(s_etat_processus, 31) == d_vrai)      if (test_cfsf(s_etat_processus, 31) == d_vrai)
     {      {
         if (empilement_pile_last(s_etat_processus, 1) == d_erreur)          if (empilement_pile_last(s_etat_processus, 1) == d_erreur)

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


CVSweb interface <joel.bertrand@systella.fr>