Diff for /rpl/src/rpl.h between versions 1.177 and 1.178

version 1.177, 2012/10/01 11:05:09 version 1.178, 2012/10/03 09:42:04
Line 1521  typedef union position_variable Line 1521  typedef union position_variable
 typedef struct variable  typedef struct variable
 {  {
     unsigned char           *nom;      unsigned char           *nom;
     unsigned char           origine;      unsigned char           origine; // P(rogramme) ou E(valuation)
   
     unsigned long           niveau;      unsigned long           niveau;
   
Line 1729  typedef struct instruction Line 1729  typedef struct instruction
   
 /*  /*
 --------------------------------------------------------------------------------  --------------------------------------------------------------------------------
   Structure d'arbre des variables variable globales et locales    Structure d'arbre des variables globales et locales
 --------------------------------------------------------------------------------  --------------------------------------------------------------------------------
 */  */
   

Removed from v.1.177  
changed lines
  Added in v.1.178


CVSweb interface <joel.bertrand@systella.fr>