Diff for /rpl/src/instructions_s2.c between versions 1.5 and 1.10

version 1.5, 2010/02/27 12:39:27 version 1.10, 2010/04/07 13:45:08
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.11    RPL/2 (R) version 4.0.14
   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 1092  instruction_str_fleche(struct_processus Line 1092  instruction_str_fleche(struct_processus
   
     if ((*s_objet).type == CHN)      if ((*s_objet).type == CHN)
     {      {
         position_courante = (*s_etat_processus).position_courante;  
         registre_definitions_chainees = (*s_etat_processus)  
                 .definitions_chainees;  
         registre_instruction_courante = (*s_etat_processus)  
                 .instruction_courante;  
   
         // Comptage des caractères à protéger.          // Comptage des caractères à protéger.
   
         drapeau45 = test_cfsf(s_etat_processus, 45);          drapeau45 = test_cfsf(s_etat_processus, 45);
Line 1233  instruction_str_fleche(struct_processus Line 1227  instruction_str_fleche(struct_processus
   
         (*ptr_e) = d_code_fin_chaine;          (*ptr_e) = d_code_fin_chaine;
   
           position_courante = (*s_etat_processus).position_courante;
           registre_definitions_chainees = (*s_etat_processus)
                   .definitions_chainees;
           registre_instruction_courante = (*s_etat_processus)
                   .instruction_courante;
           (*s_etat_processus).position_courante = 0;
         (*s_etat_processus).definitions_chainees = chaine_convertie;          (*s_etat_processus).definitions_chainees = chaine_convertie;
         free(tampon);          free(tampon);
   

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


CVSweb interface <joel.bertrand@systella.fr>