Diff for /rpl/src/instructions_h1.c between versions 1.1 and 1.16

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

Removed from v.1.1  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>