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

version 1.19, 2011/06/09 14:48:36 version 1.36, 2012/05/21 17:25:43
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.0.prerelease.0    RPL/2 (R) version 4.1.9
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
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.36


CVSweb interface <joel.bertrand@systella.fr>