Diff for /rpl/src/instructions_r5.c between versions 1.6 and 1.10

version 1.6, 2010/04/07 13:45:08 version 1.10, 2010/06/19 18:01:17
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.14    RPL/2 (R) version 4.0.16
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 816  instruction_row_plus(struct_processus *s Line 816  instruction_row_plus(struct_processus *s
             return;              return;
         }          }
   
         if (position == (integer8) (*((struct_matrice *)          if (position != ((integer8) (*((struct_matrice *)
                 (*s_objet_argument_3).objet)).nombre_lignes)                  (*s_objet_argument_3).objet)).nombre_lignes + 1))
         {          {
             for(j = i = 0; i < (*((struct_matrice *)              for(j = i = 0; i < (*((struct_matrice *)
                     (*s_objet_argument_3).objet)).nombre_lignes; i++)                      (*s_objet_argument_3).objet)).nombre_lignes; i++)

Removed from v.1.6  
changed lines
  Added in v.1.10


CVSweb interface <joel.bertrand@systella.fr>