Diff for /rpl/src/instructions_f1.c between versions 1.46 and 1.47

version 1.46, 2012/12/13 16:59:41 version 1.47, 2012/12/17 21:22:43
Line 552  instruction_fleche(struct_processus *s_e Line 552  instruction_fleche(struct_processus *s_e
             if (recherche_variable_partagee(s_etat_processus, s_variable.nom,              if (recherche_variable_partagee(s_etat_processus, s_variable.nom,
                     position_variable,                      position_variable,
                     ((*s_etat_processus).mode_execution_programme == 'Y')                      ((*s_etat_processus).mode_execution_programme == 'Y')
                     ? 'P' : 'E') == d_vrai)                      ? 'P' : 'E') != NULL)
             {              {
                 // Variable partagée à utiliser                  // Variable partagée à utiliser
   

Removed from v.1.46  
changed lines
  Added in v.1.47


CVSweb interface <joel.bertrand@systella.fr>