Diff for /rpl/src/instructions_h1.c between versions 1.12 and 1.15

version 1.12, 2010/08/06 15:33:00 version 1.15, 2010/09/23 15:27:38
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-2010 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.12  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>