Diff for /rpl/src/gestion_variables.c between versions 1.15 and 1.20.2.2

version 1.15, 2010/08/06 15:32:58 version 1.20.2.2, 2011/04/14 08:46:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    RPL/2 (R) version 4.0.23
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 243  creation_variable(struct_processus *s_et Line 243  creation_variable(struct_processus *s_et
                 }                  }
             }              }
   
             if (presence = d_faux)              if (presence == d_faux)
             {              {
                 (*s_etat_processus).s_liste_variables[0] = (*s_variable);                  (*s_etat_processus).s_liste_variables[0] = (*s_variable);
             }              }

Removed from v.1.15  
changed lines
  Added in v.1.20.2.2


CVSweb interface <joel.bertrand@systella.fr>