--- rpl/src/rpl.h 2011/06/11 09:36:31 1.88 +++ rpl/src/rpl.h 2011/06/17 08:47:43 1.90 @@ -1695,6 +1695,7 @@ typedef struct instruction typedef struct arbre_variables { unsigned int noeuds_utilises; + signed int indice_tableau_pere; struct arbre_variables *noeud_pere; struct arbre_variables **noeuds; struct liste_variables *feuille; @@ -1711,6 +1712,7 @@ typedef struct liste_variables }; struct arbre_variables *noeud_pere; + struct arbre_variables *noeud; struct liste_variables *suivant; struct liste_variables *precedent; } struct_liste_variables;