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

version 1.5, 2010/02/27 12:39:27 version 1.6, 2010/03/04 10:09:31
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);
   
Line 1330  instruction_str_fleche(struct_processus Line 1330  instruction_str_fleche(struct_processus
         }          }
         else          else
         {          {
   printf("<1>\n");
             liberation(s_etat_processus, s_objet);              liberation(s_etat_processus, s_objet);
   
             free((*s_etat_processus).definitions_chainees);              free((*s_etat_processus).definitions_chainees);

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


CVSweb interface <joel.bertrand@systella.fr>