--- rpl/src/compilation.c 2013/03/22 11:11:40 1.59 +++ rpl/src/compilation.c 2013/12/03 09:36:10 1.64 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.13 + RPL/2 (R) version 4.1.17 Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1019,8 +1019,9 @@ recherche_instruction_suivante(struct_pr { logical1 drapeau_fin_objet; logical1 erreur; - logical1 erreur_analyse; - logical1 erreur_format; + + int erreur_analyse; + int erreur_format; unsigned char base_binaire; unsigned char *pointeur_caractere_courant;