Diff for /rpl/src/fusible.c between versions 1.14 and 1.25

version 1.14, 2010/08/09 13:51:47 version 1.25, 2011/06/21 15:26:29
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.1.0.prerelease.2
   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 134  fusible(void *argument) Line 134  fusible(void *argument)
     }      }
   
 #   else  #   else
         if ((*s_etat_processus).langue == 'F')  
         {      struct_processus        *s_etat_processus;
             printf("+++Attention : Support indisponible sous OS/2\n");  
         }      s_etat_processus = argument;
         else  
         {      if ((*s_etat_processus).langue == 'F')
             printf("+++Attention : Function unavailable\n");      {
         }          printf("+++Attention : Support indisponible sous OS/2\n");
       }
       else
       {
           printf("+++Warning : Function unavailable\n");
       }
 #   endif  #   endif
   
     pthread_exit(NULL);      pthread_exit(NULL);

Removed from v.1.14  
changed lines
  Added in v.1.25


CVSweb interface <joel.bertrand@systella.fr>