--- rpl/src/instructions_f4.c 2013/03/20 17:11:45 1.44 +++ rpl/src/instructions_f4.c 2013/04/01 15:29:36 1.46 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.13 + RPL/2 (R) version 4.1.14 Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -40,8 +40,8 @@ instruction_fleche_table(struct_processu { struct_objet *s_objet; - signed long i; - signed long nombre_elements; + integer8 i; + integer8 nombre_elements; (*s_etat_processus).erreur_execution = d_ex;