Diff for /rpl/src/gestion_variables.c between versions 1.50 and 1.56

version 1.50, 2012/01/05 10:18:59 version 1.56, 2012/08/22 10:47:14
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.5    RPL/2 (R) version 4.1.10
   Copyright (C) 1989-2012 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 1802  nombre_variables(struct_processus *s_eta Line 1802  nombre_variables(struct_processus *s_eta
     return(n);      return(n);
 }  }
   
   
 int  int
 liste_variables(struct_processus *s_etat_processus,  liste_variables(struct_processus *s_etat_processus,
         struct_tableau_variables *tableau, int position,          struct_tableau_variables *tableau, int position,

Removed from v.1.50  
changed lines
  Added in v.1.56


CVSweb interface <joel.bertrand@systella.fr>