--- rpl/src/rpl.h 2014/10/13 07:12:54 1.252 +++ rpl/src/rpl.h 2015/01/05 13:12:42 1.254 @@ -1,7 +1,7 @@ /* ================================================================================ RPL/2 (R) version 4.1.19 - Copyright (C) 1989-2014 Dr. BERTRAND Joël + Copyright (C) 1989-2015 Dr. BERTRAND Joël This file is part of RPL/2. @@ -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;