Diff for /rpl/src/rpl.h between versions 1.252 and 1.253

version 1.252, 2014/10/13 07:12:54 version 1.253, 2014/10/27 07:52:24
Line 1706  typedef struct tableau Line 1706  typedef struct tableau
   
 typedef struct arbre  typedef struct arbre
 {  {
     struct_objet        *feuille;      struct_liste_chainee        *feuille;
     logical1            inversion;  
   
     integer8            nombre_branches;      integer8                    nombre_branches;
     struct arbre        **branches;      struct arbre                **branches;
 } struct_arbre;  } struct_arbre;
   
   

Removed from v.1.252  
changed lines
  Added in v.1.253


CVSweb interface <joel.bertrand@systella.fr>