--- rpl/src/instructions_d1.c 2013/03/20 17:11:44 1.43 +++ rpl/src/instructions_d1.c 2015/01/27 14:18:06 1.54 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.13 - Copyright (C) 1989-2013 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.20 + Copyright (C) 1989-2015 Dr. BERTRAND Joël This file is part of RPL/2. @@ -525,7 +525,7 @@ instruction_dropn(struct_processus *s_et { struct_objet *s_objet; - signed long nombre_suppressions; + integer8 nombre_suppressions; integer8 i; @@ -3938,7 +3938,7 @@ instruction_default(struct_processus *s_ return; } - instruction_majuscule = conversion_majuscule( + instruction_majuscule = conversion_majuscule(s_etat_processus, (*s_etat_processus).instruction_courante); if (niveau == 0)