--- rpl/src/rpl.h 2014/10/13 07:12:54 1.252 +++ rpl/src/rpl.h 2014/10/27 07:52:24 1.253 @@ -1706,11 +1706,10 @@ typedef struct tableau typedef struct arbre { - struct_objet *feuille; - logical1 inversion; + struct_liste_chainee *feuille; - integer8 nombre_branches; - struct arbre **branches; + integer8 nombre_branches; + struct arbre **branches; } struct_arbre;