--- rpl/src/rpl.h 2015/02/01 22:50:00 1.263 +++ rpl/src/rpl.h 2015/02/16 19:49:38 1.264 @@ -2392,7 +2392,7 @@ typedef struct processus integer8 taille_pile_objets; struct_objet *pile_objets; -# define TAILLE_CACHE 1024 +# define TAILLE_CACHE 1024 # define CACHE(type, nom) \ type *objets_##nom[TAILLE_CACHE]; \ volatile int pointeur_##nom;