Diff for /rpl/src/rpl.h between versions 1.87 and 1.90

version 1.87, 2011/06/09 14:48:36 version 1.90, 2011/06/17 08:47:43
Line 1680  typedef struct rpl_arguments Line 1680  typedef struct rpl_arguments
 #ifndef RPLARGS  #ifndef RPLARGS
 typedef struct instruction  typedef struct instruction
 {  {
     struct instruction      **noeud;      struct instruction      **noeuds;
     void                    (*feuille)(struct processus *);      void                    (*feuille)(struct processus *);
 } struct_instruction;  } struct_instruction;
 #endif  #endif
Line 1695  typedef struct instruction Line 1695  typedef struct instruction
 typedef struct arbre_variables  typedef struct arbre_variables
 {  {
     unsigned int            noeuds_utilises;      unsigned int            noeuds_utilises;
       signed int              indice_tableau_pere;
     struct arbre_variables  *noeud_pere;      struct arbre_variables  *noeud_pere;
     struct arbre_variables  **noeuds;      struct arbre_variables  **noeuds;
     struct liste_variables  *feuille;      struct liste_variables  *feuille;
Line 1711  typedef struct liste_variables Line 1712  typedef struct liste_variables
     };      };
   
     struct arbre_variables              *noeud_pere;      struct arbre_variables              *noeud_pere;
       struct arbre_variables              *noeud;
     struct liste_variables              *suivant;      struct liste_variables              *suivant;
     struct liste_variables              *precedent;      struct liste_variables              *precedent;
 } struct_liste_variables;  } struct_liste_variables;

Removed from v.1.87  
changed lines
  Added in v.1.90


CVSweb interface <joel.bertrand@systella.fr>