--- rpl/src/rpl.h 2013/03/01 09:29:30 1.201 +++ rpl/src/rpl.h 2013/03/05 16:20:47 1.202 @@ -19,7 +19,7 @@ ================================================================================ */ - +#define DEBUG_ERREURS #ifndef INCLUSION_RPL #define INCLUSION_RPL @@ -1489,8 +1489,6 @@ typedef struct liste_pile_systeme { struct liste_pile_systeme *suivant; - struct_liste_chainee *pointeur_objet_retour; - struct_objet *indice_boucle; struct_objet *limite_indice_boucle; struct_objet *objet_de_test; @@ -1546,6 +1544,7 @@ typedef struct liste_pile_systeme unsigned long adresse_retour; unsigned long niveau_courant; + struct_liste_chainee *pointeur_objet_retour; struct_objet *pointeur_adresse_retour; } struct_liste_pile_systeme; #endif