Diff for /rpl/src/rpl.h between versions 1.88 and 1.89

version 1.88, 2011/06/11 09:36:31 version 1.89, 2011/06/17 07:55:59
Line 1695  typedef struct instruction Line 1695  typedef struct instruction
 typedef struct arbre_variables  typedef struct arbre_variables
 {  {
     unsigned int            noeuds_utilises;      unsigned int            noeuds_utilises;
       signed int              indice_tableau_pere;
     struct arbre_variables  *noeud_pere;      struct arbre_variables  *noeud_pere;
     struct arbre_variables  **noeuds;      struct arbre_variables  **noeuds;
     struct liste_variables  *feuille;      struct liste_variables  *feuille;

Removed from v.1.88  
changed lines
  Added in v.1.89


CVSweb interface <joel.bertrand@systella.fr>