Diff for /rpl/src/rpl.h between versions 1.201 and 1.202

version 1.201, 2013/03/01 09:29:30 version 1.202, 2013/03/05 16:20:47
Line 19 Line 19
 ================================================================================  ================================================================================
 */  */
   
   #define DEBUG_ERREURS
 #ifndef INCLUSION_RPL  #ifndef INCLUSION_RPL
 #define INCLUSION_RPL  #define INCLUSION_RPL
   
Line 1489  typedef struct liste_pile_systeme Line 1489  typedef struct liste_pile_systeme
 {  {
     struct liste_pile_systeme   *suivant;      struct liste_pile_systeme   *suivant;
   
     struct_liste_chainee        *pointeur_objet_retour;  
   
     struct_objet                *indice_boucle;      struct_objet                *indice_boucle;
     struct_objet                *limite_indice_boucle;      struct_objet                *limite_indice_boucle;
     struct_objet                *objet_de_test;      struct_objet                *objet_de_test;
Line 1546  typedef struct liste_pile_systeme Line 1544  typedef struct liste_pile_systeme
   
     unsigned long               adresse_retour;      unsigned long               adresse_retour;
     unsigned long               niveau_courant;      unsigned long               niveau_courant;
       struct_liste_chainee        *pointeur_objet_retour;
     struct_objet                *pointeur_adresse_retour;      struct_objet                *pointeur_adresse_retour;
 } struct_liste_pile_systeme;  } struct_liste_pile_systeme;
 #endif  #endif

Removed from v.1.201  
changed lines
  Added in v.1.202


CVSweb interface <joel.bertrand@systella.fr>