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

version 1.202, 2013/03/05 16:20:47 version 1.204, 2013/03/06 10:05:09
Line 19 Line 19
 ================================================================================  ================================================================================
 */  */
   
 #define DEBUG_ERREURS  
 #ifndef INCLUSION_RPL  #ifndef INCLUSION_RPL
 #define INCLUSION_RPL  #define INCLUSION_RPL
   
Line 1545  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_liste_chainee        *pointeur_objet_retour;
     struct_objet                *pointeur_adresse_retour;  
 } struct_liste_pile_systeme;  } struct_liste_pile_systeme;
 #endif  #endif
   

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


CVSweb interface <joel.bertrand@systella.fr>