Diff for /rpl/src/instructions_t1.c between versions 1.44 and 1.45

version 1.44, 2013/02/27 17:11:44 version 1.45, 2013/03/21 11:30:30
Line 264  instruction_then(struct_processus *s_eta Line 264  instruction_then(struct_processus *s_eta
     unsigned char                   *instruction_majuscule;      unsigned char                   *instruction_majuscule;
     unsigned char                   *tampon;      unsigned char                   *tampon;
   
     unsigned long                   niveau;      integer8                        niveau;
   
     void                            (*fonction)();      void                            (*fonction)();
   
Line 513  instruction_then(struct_processus *s_eta Line 513  instruction_then(struct_processus *s_eta
                                     "ELSEIF") == 0))                                      "ELSEIF") == 0))
                             {                              {
                                 (*s_etat_processus).position_courante                                  (*s_etat_processus).position_courante
                                         -= (strlen(instruction_majuscule) + 1);                                          -= (integer8) (strlen(
                                           instruction_majuscule) + 1);
                                 drapeau_fin = d_vrai;                                  drapeau_fin = d_vrai;
                             }                              }
                             else                              else

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


CVSweb interface <joel.bertrand@systella.fr>