Diff for /rpl/src/instructions_d3.c between versions 1.19 and 1.20

version 1.19, 2011/06/09 14:48:36 version 1.20, 2011/06/10 11:35:12
Line 643  instruction_draw(struct_processus *s_eta Line 643  instruction_draw(struct_processus *s_eta
                 return;                  return;
             }              }
   
             if (recherche_variable_globale(s_etat_processus, "EQ")              if (recherche_variable_globale(s_etat_processus, "EQ") == d_faux)
                     == d_faux)  
             {              {
                 /*                  /*
                  * Aucune variable "EQ" n'existe.                   * Aucune variable "EQ" n'existe.
Line 1493  instruction_draw(struct_processus *s_eta Line 1492  instruction_draw(struct_processus *s_eta
                 return;                  return;
             }              }
   
             if (recherche_variable_globale(s_etat_processus, "EQ")              if (recherche_variable_globale(s_etat_processus, "EQ") == d_faux)
                     == d_faux)  
             {              {
                 /*                  /*
                  * Aucune variable "EQ" n'existe.                   * Aucune variable "EQ" n'existe.
Line 2337  instruction_draw(struct_processus *s_eta Line 2335  instruction_draw(struct_processus *s_eta
                 return;                  return;
             }              }
   
             if (recherche_variable_globale(s_etat_processus, "EQ")              if (recherche_variable_globale(s_etat_processus, "EQ") == d_faux)
                     == d_faux)  
             {              {
                 /*                  /*
                  * Aucune variable "EQ" n'existe.                   * Aucune variable "EQ" n'existe.

Removed from v.1.19  
changed lines
  Added in v.1.20


CVSweb interface <joel.bertrand@systella.fr>