Diff for /rpl/src/rpl.h between versions 1.252 and 1.254

version 1.252, 2014/10/13 07:12:54 version 1.254, 2015/01/05 13:12:42
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.19    RPL/2 (R) version 4.1.19
   Copyright (C) 1989-2014 Dr. BERTRAND Joël    Copyright (C) 1989-2015 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 1706  typedef struct tableau Line 1706  typedef struct tableau
   
 typedef struct arbre  typedef struct arbre
 {  {
     struct_objet        *feuille;      struct_liste_chainee        *feuille;
     logical1            inversion;  
   
     integer8            nombre_branches;      integer8                    nombre_branches;
     struct arbre        **branches;      struct arbre                **branches;
 } struct_arbre;  } struct_arbre;
   
   

Removed from v.1.252  
changed lines
  Added in v.1.254


CVSweb interface <joel.bertrand@systella.fr>