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

version 1.12, 2010/08/06 15:33:00 version 1.13, 2010/08/13 21:00:37
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.13


CVSweb interface <joel.bertrand@systella.fr>