Diff for /rpl/src/instructions_r2.c between versions 1.9 and 1.12

version 1.9, 2010/05/24 10:58:34 version 1.12, 2010/07/14 14:19:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.16    RPL/2 (R) version 4.0.18
   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 565  instruction_return(struct_processus *s_e Line 565  instruction_return(struct_processus *s_e
                                 .indice_boucle = NULL;                                  .indice_boucle = NULL;
   
                         depilement_pile_systeme(s_etat_processus);                          depilement_pile_systeme(s_etat_processus);
   
                           if ((*s_etat_processus).erreur_systeme != d_es)
                           {
                               return;
                           }
                     }                      }
                     else                      else
                     {                      {

Removed from v.1.9  
changed lines
  Added in v.1.12


CVSweb interface <joel.bertrand@systella.fr>