--- rpl/src/instructions_h1.c 2010/01/26 15:22:45 1.1 +++ rpl/src/instructions_h1.c 2010/08/13 21:00:37 1.13 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.9 + RPL/2 (R) version 4.0.18 Copyright (C) 1989-2010 Dr. BERTRAND Joël This file is part of RPL/2. @@ -20,7 +20,7 @@ */ -#include "rpl.conv.h" +#include "rpl-conv.h" /* @@ -715,8 +715,8 @@ instruction_help(struct_processus *s_eta unsigned char *registre; # undef COMPLETION -# include "completion.conv.h" -# include "usages.conv.h" +# include "completion-conv.h" +# include "usages-conv.h" if ((*s_etat_processus).test_instruction == 'Y') { @@ -1027,14 +1027,14 @@ instruction_help(struct_processus *s_eta while((fonction = readline("HELP> ")) != NULL) { - funlockfile(stdin); - funlockfile(stdout); - if (strcmp(fonction, "") == 0) { break; } + funlockfile(stdin); + funlockfile(stdout); + /* * Élimination des blancs précédents l'instruction */