Diff for /rpl/src/rpl.h between versions 1.305 and 1.306

version 1.305, 2017/06/29 12:33:34 version 1.306, 2017/06/29 14:54:42
Line 1 Line 1
   #define DEBUG_ERREURS
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.27    RPL/2 (R) version 4.1.27
Line 1159  enum t_type  { ADR = 0, ALG, BIN, CHN, C Line 1160  enum t_type  { ADR = 0, ALG, BIN, CHN, C
 typedef struct objet  typedef struct objet
 {  {
     enum t_type         type;      enum t_type         type;
     int                 extension_type;      integer8            extension_type;
     void                *descripteur_bibliotheque;      void                *descripteur_bibliotheque;
   
     volatile long       nombre_occurrences;      volatile long       nombre_occurrences;

Removed from v.1.305  
changed lines
  Added in v.1.306


CVSweb interface <joel.bertrand@systella.fr>