Diff for /rpl/src/rpl.h between versions 1.96 and 1.98

version 1.96, 2011/06/21 15:26:35 version 1.98, 2011/06/22 13:27:04
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.0.prerelease.2    RPL/2 (R) version 4.1.0.prerelease.3
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 2233  typedef struct processus Line 2233  typedef struct processus
   
     struct_liste_chainee        *maillons[TAILLE_CACHE];      struct_liste_chainee        *maillons[TAILLE_CACHE];
     int                         pointeur_maillons;      int                         pointeur_maillons;
   
       struct_arbre_variables      *variables_noeud[TAILLE_CACHE];
       int                         pointeur_variables_noeud;
   
       struct_liste_variables      *variables_feuille[TAILLE_CACHE];
       int                         pointeur_variables_feuille;
   
       struct_variable             *variables_variable[TAILLE_CACHE];
       int                         pointeur_variables_variable;
   
       struct_arbre_variables      **variables_tableau_noeuds[TAILLE_CACHE];
       int                         pointeur_variables_tableau_noeuds;
 } struct_processus;  } struct_processus;
 #endif  #endif
   

Removed from v.1.96  
changed lines
  Added in v.1.98


CVSweb interface <joel.bertrand@systella.fr>