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

version 1.11, 2010/08/06 15:26:47 version 1.16, 2011/01/03 12:08:06
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.18    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 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.11  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>