Diff for /rpl/src/instructions_a5.c between versions 1.43 and 1.44

version 1.43, 2013/03/20 17:11:44 version 1.44, 2013/03/21 12:07:38
Line 43  instruction_alarm(struct_processus *s_et Line 43  instruction_alarm(struct_processus *s_et
     int                         code_retour;      int                         code_retour;
     int                         erreur;      int                         erreur;
   
       integer8                    nombre_elements;
   
     logical1                    specification_date;      logical1                    specification_date;
   
     struct_liste_chainee        *l_element_courant;      struct_liste_chainee        *l_element_courant;
Line 63  instruction_alarm(struct_processus *s_et Line 65  instruction_alarm(struct_processus *s_et
   
     time_t                      alarme;      time_t                      alarme;
   
     unsigned long               nombre_elements;  
   
     (*s_etat_processus).erreur_execution = d_ex;      (*s_etat_processus).erreur_execution = d_ex;
   
     if ((*s_etat_processus).affichage_arguments == 'Y')      if ((*s_etat_processus).affichage_arguments == 'Y')

Removed from v.1.43  
changed lines
  Added in v.1.44


CVSweb interface <joel.bertrand@systella.fr>