Diff for /rpl/src/instructions_t1.c between versions 1.20.2.2 and 1.46

version 1.20.2.2, 2011/04/14 08:46:48 version 1.46, 2013/04/01 15:29:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.23    RPL/2 (R) version 4.1.14
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
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.20.2.2  
changed lines
  Added in v.1.46


CVSweb interface <joel.bertrand@systella.fr>