--- rpl/src/instructions_f2.c 2013/03/20 17:11:45 1.43 +++ rpl/src/instructions_f2.c 2013/09/06 10:30:53 1.47 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.1.13 + RPL/2 (R) version 4.1.16 Copyright (C) 1989-2013 Dr. BERTRAND Joël This file is part of RPL/2. @@ -913,9 +913,9 @@ instruction_fft(struct_processus *s_etat integer4 nombre_colonnes; integer4 nombre_lignes; - logical1 presence_longueur_fft; + integer8 longueur_fft_signee; - long longueur_fft_signee; + logical1 presence_longueur_fft; struct_complexe16 *matrice_f77;