--- rpl/src/completion.c 2010/01/27 22:22:09 1.2 +++ rpl/src/completion.c 2014/03/18 14:40:37 1.47 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.0.10 - Copyright (C) 1989-2010 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.17 + Copyright (C) 1989-2014 Dr. BERTRAND Joël This file is part of RPL/2. @@ -20,7 +20,7 @@ */ -#include "rpl.conv.h" +#include "rpl-conv.h" /* @@ -38,7 +38,7 @@ void initialisation_completion() { - rl_attempted_completion_function = (CPPFunction *) completion_rpl; + rl_attempted_completion_function = (rl_completion_func_t *) completion_rpl; } @@ -56,10 +56,10 @@ generateur_commandes(char *texte, int et char *tampon; static int indice; - static int longueur; + static size_t longueur; # define COMPLETION -# include "completion.conv.h" +# include "completion-conv.h" if (!etat) {