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