Diff for /rpl/src/instructions_r7.c between versions 1.48 and 1.49

version 1.48, 2020/01/10 11:15:48 version 1.49, 2020/05/23 07:30:06
Line 749  instruction_record(struct_processus *s_e Line 749  instruction_record(struct_processus *s_e
         }          }
   
         printf("    1: %s\n", d_TAB);          printf("    1: %s\n", d_TAB);
         printf("->  1: %s\n", d_REC);          printf("->  1: %s\n\n", d_REC);
   
           if ((*s_etat_processus).langue == 'F')
           {
               printf("  Utilisation :\n\n");
           }
           else
           {
               printf("  Usage:\n\n");
           }
   
           printf("    <[ \"name\" \"index\" ]> RECORD\n");
   
         return;          return;
     }      }

Removed from v.1.48  
changed lines
  Added in v.1.49


CVSweb interface <joel.bertrand@systella.fr>