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

version 1.87, 2011/06/09 14:48:36 version 1.89, 2011/06/17 07:55:59
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;

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


CVSweb interface <joel.bertrand@systella.fr>