Diff for /rpl/src/instructions_w1.c between versions 1.33 and 1.36

version 1.33, 2011/03/12 15:32:03 version 1.36, 2011/04/21 16:00:59
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.21    RPL/2 (R) version 4.1.0.prerelease.0
   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 1600  instruction_write(struct_processus *s_et Line 1600  instruction_write(struct_processus *s_et
                         }                          }
                     }                      }
   
                     (*s_etat_processus).erreur_systeme =                      if ((ios == EPIPE) || (ios == ECONNRESET))
                             d_es_erreur_fichier;                      {
                           (*s_etat_processus).erreur_execution =
                                   d_ex_erreur_acces_fichier;
                           return;
                       }
   
   
                       (*s_etat_processus).erreur_systeme = d_es_erreur_fichier;
                     return;                      return;
                 }                  }
   

Removed from v.1.33  
changed lines
  Added in v.1.36


CVSweb interface <joel.bertrand@systella.fr>