--- rpl/src/rpl.h 2011/06/11 09:36:31 1.88 +++ rpl/src/rpl.h 2011/06/17 07:55:59 1.89 @@ -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;